Class MapOrderPreservingFastSerDeFactory
java.lang.Object
com.linkedin.davinci.serializer.avro.fast.MapOrderPreservingFastSerDeFactory
Factory to create fast serializer/deserializer of supporting map ordering.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDeserializer
(org.apache.avro.Schema writerSchema, org.apache.avro.Schema readerSchema) static <K> MapOrderPreservingFastSerializer<K>
getSerializer
(org.apache.avro.Schema schema)
-
Constructor Details
-
MapOrderPreservingFastSerDeFactory
public MapOrderPreservingFastSerDeFactory()
-
-
Method Details
-
getSerializer
-
getDeserializer
public static MapOrderPreservingFastDeserializer getDeserializer(org.apache.avro.Schema writerSchema, org.apache.avro.Schema readerSchema)
-