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 class
static class
static class
static class
static class
Serializer forGregorianCalendar
, java.util.JapaneseImperialCalendar, and sun.util.BuddhistCalendar.static class
static class
static class
Serializer for lists created viaCollections.emptyList()
or that were just assigned theCollections.EMPTY_LIST
.static class
Serializer for maps created viaCollections.emptyMap()
or that were just assigned theCollections.EMPTY_MAP
.static class
Serializer for sets created viaCollections.emptySet()
or that were just assigned theCollections.EMPTY_SET
.static class
Serializer for lists created viaCollections.singletonList(Object)
.static class
Serializer for maps created viaCollections.singletonMap(Object, Object)
.static class
Serializer for sets created viaCollections.singleton(Object)
.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Serializer forTimeZone
.static class
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultSerializers
public DefaultSerializers()
-