Uses of Class
com.esotericsoftware.kryo.serializers.FieldSerializerConfig
-
Packages that use FieldSerializerConfig Package Description com.esotericsoftware.kryo com.esotericsoftware.kryo.serializers -
-
Uses of FieldSerializerConfig in com.esotericsoftware.kryo
Fields in com.esotericsoftware.kryo declared as FieldSerializerConfig Modifier and Type Field Description private FieldSerializerConfig
SerializerFactory.FieldSerializerFactory. config
Methods in com.esotericsoftware.kryo that return FieldSerializerConfig Modifier and Type Method Description FieldSerializerConfig
SerializerFactory.FieldSerializerFactory. getConfig()
Constructors in com.esotericsoftware.kryo with parameters of type FieldSerializerConfig Constructor Description FieldSerializerFactory(FieldSerializerConfig config)
-
Uses of FieldSerializerConfig in com.esotericsoftware.kryo.serializers
Classes in com.esotericsoftware.kryo.serializers with type parameters of type FieldSerializerConfig Modifier and Type Class Description class
FieldSerializer<T,C extends FieldSerializerConfig>
Serializes objects using direct field assignment.Subclasses of FieldSerializerConfig in com.esotericsoftware.kryo.serializers Modifier and Type Class Description class
TaggedFieldSerializerConfig
Configuration for TaggedFieldSerializer instances.Fields in com.esotericsoftware.kryo.serializers declared as FieldSerializerConfig Modifier and Type Field Description protected C
FieldSerializer. config
Methods in com.esotericsoftware.kryo.serializers that return FieldSerializerConfig Modifier and Type Method Description FieldSerializerConfig
FieldSerializerConfig. clone()
Constructors in com.esotericsoftware.kryo.serializers with parameters of type FieldSerializerConfig Constructor Description CompatibleFieldSerializer(Kryo kryo, java.lang.Class type, FieldSerializerConfig config)
-