Class DefaultSerializers
java.lang.Object
com.esotericsoftware.kryo.serializers.DefaultSerializers
Contains many serializer classes that are provided by
default.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classSerializer forGregorianCalendar, java.util.JapaneseImperialCalendar, and sun.util.BuddhistCalendar.static classstatic classstatic classSerializer for lists created viaCollections.emptyList()or that were just assigned theCollections.EMPTY_LIST.static classSerializer for maps created viaCollections.emptyMap()or that were just assigned theCollections.EMPTY_MAP.static classSerializer for sets created viaCollections.emptySet()or that were just assigned theCollections.EMPTY_SET.static classSerializer for lists created viaCollections.singletonList(Object).static classSerializer for maps created viaCollections.singletonMap(Object, Object).static classSerializer for sets created viaCollections.singleton(Object).static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classSerializer forTimeZone.static class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultSerializers
public DefaultSerializers()
-