Uses of Class
com.esotericsoftware.kryo.util.ObjectMap
-
Packages that use ObjectMap Package Description com.esotericsoftware.kryo com.esotericsoftware.kryo.serializers com.esotericsoftware.kryo.util -
-
Uses of ObjectMap in com.esotericsoftware.kryo
Fields in com.esotericsoftware.kryo declared as ObjectMap Modifier and Type Field Description private ObjectMap
Kryo. context
private ObjectMap
Kryo. graphContext
Methods in com.esotericsoftware.kryo that return ObjectMap Modifier and Type Method Description ObjectMap
Kryo. getContext()
Name/value pairs that are available to all serializers.ObjectMap
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 ObjectMap Modifier and Type Field Description private ObjectMap<java.lang.Class,JavaSerializer>
ExternalizableSerializer. javaSerializerByType
Methods in com.esotericsoftware.kryo.serializers with parameters of type ObjectMap Modifier and Type Method Description private java.util.List<java.lang.reflect.Field>
FieldSerializer. buildValidFields(boolean transientFields, java.util.List<java.lang.reflect.Field> allFields, ObjectMap context, IntArray useAsm)
-
Uses of ObjectMap in com.esotericsoftware.kryo.util
Fields in com.esotericsoftware.kryo.util declared as ObjectMap Modifier and Type Field Description protected ObjectMap<java.lang.Class,Registration>
DefaultClassResolver. classToRegistration
(package private) ObjectMap<K,V>
ObjectMap.MapIterator. map
protected ObjectMap<java.lang.String,java.lang.Class>
DefaultClassResolver. nameToClass
Methods in com.esotericsoftware.kryo.util with parameters of type ObjectMap Modifier and Type Method Description void
ObjectMap. putAll(ObjectMap<K,V> map)
Constructors in com.esotericsoftware.kryo.util with parameters of type ObjectMap Constructor Description Entries(ObjectMap<K,V> map)
Keys(ObjectMap<K,?> map)
MapIterator(ObjectMap<K,V> map)
ObjectMap(ObjectMap<? extends K,? extends V> map)
Creates a new map identical to the specified map.Values(ObjectMap<?,V> map)
-