Package com.linkedin.venice.serializer
package com.linkedin.venice.serializer
-
ClassDescriptionDeprecated.
AvroSerializer
provides the functionality to serialize objects by using Avro.AvroSpecificDeserializer<T extends org.apache.avro.specific.SpecificRecord>* This class is leveraging linkedin-avro-fastserde-impl to speed up deserialization.This class is leveraging linkedin-avro-fastserde-impl to speed up serialization, and so far it doesn't work for Avro-1.4, and it will fail back to regular Avro.FastAvroSpecificDeserializer<T extends org.apache.avro.specific.SpecificRecord>This class is leveraging linkedin-avro-fastserde-impl to speed up deserialization.For one given store, the client only needs the followings: 1.This class makes use ofUnresolvedUnionException
, which is not present in all versions of Avro.