Class | Description |
---|---|
ArraysAsListSerializer |
A kryo
Serializer for lists created via Arrays.asList(Object...) . |
BitSetSerializer | |
CollectionsEmptyListSerializer |
A kryo
Serializer for List s created via Collections.emptyList()
or that were just assigned the Collections.EMPTY_LIST . |
CollectionsEmptyMapSerializer |
A kryo
Serializer for Map s created via Collections.emptyMap()
or that were just assigned the Collections.EMPTY_MAP . |
CollectionsEmptySetSerializer |
A kryo
Serializer for Map s created via Collections.emptySet()
or that were just assigned the Collections.EMPTY_SET . |
CollectionsSingletonListSerializer | |
CollectionsSingletonMapSerializer | |
CollectionsSingletonSetSerializer | |
CompatibleFieldSerializerReflectionFactorySupport |
A
CompatibleFieldSerializer specialization that uses sun's ReflectionFactory to create
new instances for classes without a default constructor (via reuse of
KryoReflectionFactorySupport.newInstanceFromReflectionFactory(Class) ). |
CopyForIterateCollectionSerializer |
A kryo
Serializer that creates a copy of the source collection for writing object data. |
CopyForIterateMapSerializer |
A kryo
Serializer that creates a copy of the source map for writing object data. |
DateSerializer |
A kryo
Serializer for Date and subclasses. |
EnumMapSerializer |
A serializer for
EnumMap s. |
EnumSetSerializer |
A serializer for
EnumSet s. |
GregorianCalendarSerializer |
A more efficient kryo
Serializer for GregorianCalendar instances (which
are created via Calendar.getInstance() if the locale is not thai or japanese, so
JapaneseImperialCalendar and BuddhistCalendar are not supported by this serializer). |
JdkProxySerializer |
A serializer for jdk proxies (proxies created via
java.lang.reflect.Proxy.newProxyInstance ). |
KryoReflectionFactorySupport |
A
Kryo specialization that uses sun's ReflectionFactory to create
new instance for classes without a default constructor. |
RegexSerializer | |
SubListSerializers |
Kryo
Serializer s for lists created via List.subList(int, int) . |
SubListSerializers.ArrayListSubListSerializer |
Supports sublists created via
ArrayList.subList(int, int) since java7 (oracle jdk,
represented by java.util.ArrayList$SubList ). |
SubListSerializers.JavaUtilSubListSerializer |
Supports sublists created via
AbstractList.subList(int, int) , e.g. |
SynchronizedCollectionsSerializer | |
UnmodifiableCollectionsSerializer | |
URISerializer | |
UUIDSerializer |
Copyright © 2010–2018. All rights reserved.