Uses of Class
com.esotericsoftware.kryo.util.ObjectMap
Packages that use ObjectMap
Package
Description
-
Uses of ObjectMap in com.esotericsoftware.kryo
Fields in com.esotericsoftware.kryo declared as ObjectMapModifier and TypeFieldDescriptionprivate ObjectMap
Kryo.context
private ObjectMap
Kryo.graphContext
Methods in com.esotericsoftware.kryo that return ObjectMapModifier and TypeMethodDescriptionKryo.getContext()
Name/value pairs that are available to all serializers.Kryo.getGraphContext()
Name/value pairs that are available to all serializers and are cleared after each object graph is serialized or deserialized. -
Uses of ObjectMap in com.esotericsoftware.kryo.serializers
Fields in com.esotericsoftware.kryo.serializers declared as ObjectMapModifier and TypeFieldDescriptionprivate ObjectMap
<Class, JavaSerializer> ExternalizableSerializer.javaSerializerByType
Methods in com.esotericsoftware.kryo.serializers with parameters of type ObjectMap -
Uses of ObjectMap in com.esotericsoftware.kryo.util
Fields in com.esotericsoftware.kryo.util declared as ObjectMapModifier and TypeFieldDescriptionprotected final ObjectMap
<Class, Registration> DefaultClassResolver.classToRegistration
ObjectMap.MapIterator.map
DefaultClassResolver.nameToClass
Methods in com.esotericsoftware.kryo.util with parameters of type ObjectMapConstructors in com.esotericsoftware.kryo.util with parameters of type ObjectMap