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 ObjectMapKryo.contextprivate ObjectMapKryo.graphContextMethods 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.javaSerializerByTypeMethods 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.classToRegistrationObjectMap.MapIterator.mapDefaultClassResolver.nameToClassMethods in com.esotericsoftware.kryo.util with parameters of type ObjectMapConstructors in com.esotericsoftware.kryo.util with parameters of type ObjectMap