Serializer for lists created via Arrays.asList(Object...).CGLibProxyFormat#canConvert(Class).Serializer for Lists created via Collections.emptyList()
or that were just assigned the Collections.EMPTY_LIST.Serializer for Maps created via Collections.emptyMap()
or that were just assigned the Collections.EMPTY_MAP.Serializer for Maps created via Collections.emptySet()
or that were just assigned the Collections.EMPTY_SET.CompatibleFieldSerializer specialization that uses sun's ReflectionFactory to create
new instances for classes without a default constructor (via reuse of
KryoReflectionFactorySupport.newInstanceFromReflectionFactory(Class)).Serializer that creates a copy of the source collection for writing object data.Serializer that creates a copy of the source map for writing object data.Serializer for Date and subclasses.EnumMaps.EnumSets.FieldSerializer that allows to exclusively include or exclude fields that
are attributed with user-specific annotations.FieldAnnotationAwareSerializer.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).Serializer for guava-libraries ImmutableList.java.lang.reflect.Proxy.newProxyInstance).DateTime, that stores the millis, chronology and
time zone as separate attributes.Interval, that stores the start and end millis, and chronology
as separate attributes.LocalDate.LocalDateTime.Kryo specialization that uses sun's ReflectionFactory to create
new instance for classes without a default constructor.MiniMap.Serializer for regex Patterns.ImmutableListSerializer and registers its serializer
for the several ImmutableList related classes.SynchronizedCollectionsSerializer and registers its serializer
for the several synchronized Collections that can be created via Collections,
including Maps.UnmodifiableCollectionsSerializer and registers its serializer
for the several unmodifiable Collections that can be created via Collections,
including Maps.Serializers for lists created via List.subList(int, int).ArrayList.subList(int, int) since java7 (oracle jdk,
represented by java.util.ArrayList$SubList).AbstractList.subList(int, int), e.g.Copyright © 2010-2015. All Rights Reserved.