Package org.apache.storm.hdfs.avro
Class GenericAvroSerializer
java.lang.Object
com.esotericsoftware.kryo.Serializer<org.apache.avro.generic.GenericContainer>
org.apache.storm.hdfs.avro.AbstractAvroSerializer
org.apache.storm.hdfs.avro.GenericAvroSerializer
- All Implemented Interfaces:
Serializable
,AvroSchemaRegistry
A default implementation of the AvroSerializer that will just pass literal schemas back and forth. This should
only be used if no other serializer will fit a use case.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFingerprint
(org.apache.avro.Schema schema) org.apache.avro.Schema
Methods inherited from class org.apache.storm.hdfs.avro.AbstractAvroSerializer
read, write
Methods inherited from class com.esotericsoftware.kryo.Serializer
copy, getAcceptsNull, isImmutable, setAcceptsNull, setImmutable
-
Constructor Details
-
GenericAvroSerializer
public GenericAvroSerializer()
-
-
Method Details
-
getFingerprint
-
getSchema
-