Serializer for guava-libraries ArrayListMultimap.Serializer for lists created via Arrays.asList(Object...).CGLibProxySerializer.canSerialize(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 HashMultimap.Serializer for guava-libraries ImmutableList.Serializer for guava-libraries ImmutableMap.Serializer for guava-libraries ImmutableMultimap.Serializer for guava-libraries ImmutableSet.Serializer for guava-libraries ImmutableSortedSet.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.Serializer for guava-libraries LinkedHashMultimap.Serializer for guava-libraries LinkedListMultimap.Serializer for dexx ListSerializer for dexx MapMiniMap.Serializer for regex Patterns.ImmutableListSerializer and registers its serializerImmutableMapSerializer and registers its serializer
for the several ImmutableMap related classes.ImmutableSetSerializer and registers its serializer
for the several ImmutableSet related classes.ArrayListMultimapSerializer and registers its serializer.HashMultimapSerializer and registers its serializer.ImmutableListSerializer and registers its serializer
for the several ImmutableList related classes.ImmutableMapSerializer and registers its serializer
for the several ImmutableMap related classes.ImmutableMultimapSerializer and registers its serializer
for the several ImmutableMultimap related classes.ImmutableSetSerializer and registers its serializer
for the several ImmutableSet related classes.ImmutableSortedSetSerializer and registers its serializer
for the several ImmutableSortedSet related classes.LinkedHashMultimapSerializer and registers its serializer.LinkedListMultimapSerializer and registers its serializer.TreeMultimapSerializer and registers its serializer.UnmodifiableNavigableSetSerializer and registers its serializer
for the UnmodifiableNavigableSetSerializer related class.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.Lists.ReverseList Serializer.Serializer for dexx SetSerializers 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.Serializer for guava-libraries TreeMultimap.Serializer for guava-libraries ImmutableSortedSet.Copyright © 2010–2016. All rights reserved.