Serializer for lists created via Arrays.asList(Object...).CGLibProxyFormat#canConvert(Class).Serializer for fields of type 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.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 Currency.Serializer for Date and subclasses.EnumMaps.EnumSets.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).java.lang.reflect.Proxy.newProxyInstance).DateTime, that stores the millis, chronology and
time zone as separate attributes.Kryo specialization that uses sun's ReflectionFactory to create
new instance for classes without a default constructor.MiniMap.ReferenceFieldSerializer specialization that uses sun's ReflectionFactory to create
new instances for classes without a default constructor (via reuse of
KryoReflectionFactorySupport.newInstanceFromReflectionFactory(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.Serializer for StringBuffer that serializes the String
representation, so that not the internal char array is serialized.Serializer for StringBuilder that serializes the String
representation, so that not the internal char array is serialized.Serializer for lists created via List.subList(int, int).Copyright © 2010-2012. All Rights Reserved.