Package com.esotericsoftware.kryo.serializers
package com.esotericsoftware.kryo.serializers
-
ClassDescriptionSerializes Java beans using bean accessor methods.Encrypts data using the blowfish cipher.Serializes objects that implement the
Collection
interface.Serializes objects using direct field assignment, with limited support for forward and backward compatibility.Contains many serializer classes for specific array types that are provided bydefault
.Contains many serializer classes that are provided bydefault
.Serializer forGregorianCalendar
, java.util.JapaneseImperialCalendar, and sun.util.BuddhistCalendar.Serializer for lists created viaCollections.emptyList()
or that were just assigned theCollections.EMPTY_LIST
.Serializer for maps created viaCollections.emptyMap()
or that were just assigned theCollections.EMPTY_MAP
.Serializer for sets created viaCollections.emptySet()
or that were just assigned theCollections.EMPTY_SET
.Serializer for lists created viaCollections.singletonList(Object)
.Serializer for maps created viaCollections.singletonMap(Object, Object)
.Serializer for sets created viaCollections.singleton(Object)
.Serializer forTimeZone
.Serializes objects using direct field assignment.Indicates a field should be ignored when its declaring class is registered unless thecontext
has a value set for the specified key.Serializes objects using Java's built in serialization mechanism.Serializes objects that implement theMap
interface.Serializes objects using direct field assignment for fields that have beentagged
.If true, this field will not be serialized.