Class FixedAvroSerializer

  • All Implemented Interfaces:
    Serializable, AvroSchemaRegistry

    public class FixedAvroSerializer
    extends AbstractAvroSerializer
    A class to help (de)serialize a pre-defined set of Avro schemas. Schemas should be listed, one per line, in a file called "FixedAvroSerializer.config", which must be part of the Storm topology jar file. Any schemas intended to be used with this class **MUST** be defined in that file.
    See Also:
    Serialized Form