Package | Description |
---|---|
com.esotericsoftware.kryo | |
com.esotericsoftware.kryo.util |
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
protected ObjectMap<Class,Registration> |
DefaultClassResolver.classToRegistration |
protected ObjectMap<String,Class> |
DefaultClassResolver.nameToClass |
Modifier and Type | Method and Description |
---|---|
void |
ObjectMap.putAll(ObjectMap<K,V> map) |
Constructor and Description |
---|
Entries(ObjectMap<K,V> map) |
Keys(ObjectMap<K,?> map) |
ObjectMap(ObjectMap<? extends K,? extends V> map)
Creates a new map identical to the specified map.
|
Values(ObjectMap<?,V> map) |
Copyright © 2018. All rights reserved.