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
Serializer forBigDecimal
and any subclass.static class
Serializer forBigInteger
and any subclass.static class
static class
static class
Serializer forGregorianCalendar
, java.util.JapaneseImperialCalendar, and sun.util.BuddhistCalendar.static class
static class
Serializer forCharset
.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
Serializer forLocale
(immutables).static class
static class
static class
static class
static class
static class
Serializer forTimeZone
.static class
Serializer forTreeMap
and any subclass.static class
Serializer forTreeMap
and any subclass.static class
Serializer forURL
.static class
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultSerializers
public DefaultSerializers()
-