Class MapOrderPreservingFastSerDeFactory
- java.lang.Object
-
- com.linkedin.davinci.serializer.avro.fast.MapOrderPreservingFastSerDeFactory
-
public class MapOrderPreservingFastSerDeFactory extends java.lang.Object
Factory to create fast serializer/deserializer of supporting map ordering.
-
-
Constructor Summary
Constructors Constructor Description MapOrderPreservingFastSerDeFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MapOrderPreservingFastDeserializer
getDeserializer(org.apache.avro.Schema writerSchema, org.apache.avro.Schema readerSchema)
static <K> MapOrderPreservingFastSerializer<K>
getSerializer(org.apache.avro.Schema schema)
-
-
-
Method Detail
-
getSerializer
public static <K> MapOrderPreservingFastSerializer<K> getSerializer(org.apache.avro.Schema schema)
-
getDeserializer
public static MapOrderPreservingFastDeserializer getDeserializer(org.apache.avro.Schema writerSchema, org.apache.avro.Schema readerSchema)
-
-