See: Description
| Class | Description | 
|---|---|
| ArraysAsListSerializer | Special serializer for Arrays.asList() as they can not be
 deserialized in a standard way. | 
| CollectionsNCopiesSerializer<T> | Special serializer for Collections.nCopies | 
| DirectWritableSerializer<T extends org.apache.hadoop.io.Writable> | A custom Serializer that will call the Writable methods defined by the
 object itself to serialize the object, instead of Kryo auto-magically
 serializing | 
| FastUtilSerializer<T> | Kryo Serializer for Fastutil collection class. | 
| ImmutableBiMapSerializerUtils | Helper class used to register serializers for the different classes
 return by the  ImmutableBiMapmethods. | 
| ReusableFieldSerializer<T> | Serializer used to deserialize data into object, instead of creating a new
 value readIntoObject needs to be set right before deserialization is called
 on it. | 
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.