Uses of Class
com.esotericsoftware.kryo.serializers.TaggedFieldSerializerConfig
Packages that use TaggedFieldSerializerConfig
-
Uses of TaggedFieldSerializerConfig in com.esotericsoftware.kryo
Fields in com.esotericsoftware.kryo declared as TaggedFieldSerializerConfigModifier and TypeFieldDescriptionprivate final TaggedFieldSerializerConfigSerializerFactory.TaggedFieldSerializerFactory.configMethods in com.esotericsoftware.kryo that return TaggedFieldSerializerConfigConstructors in com.esotericsoftware.kryo with parameters of type TaggedFieldSerializerConfig -
Uses of TaggedFieldSerializerConfig in com.esotericsoftware.kryo.serializers
Subclasses with type arguments of type TaggedFieldSerializerConfig in com.esotericsoftware.kryo.serializersModifier and TypeClassDescriptionclassSerializes objects using direct field assignment for fields that have a@Tag(int)annotation.Methods in com.esotericsoftware.kryo.serializers that return TaggedFieldSerializerConfigConstructors in com.esotericsoftware.kryo.serializers with parameters of type TaggedFieldSerializerConfigModifierConstructorDescriptionTaggedFieldSerializer(Kryo kryo, Class type, TaggedFieldSerializerConfig config)