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 | Method and Description |
---|---|
void |
ObjectMap.putAll(ObjectMap<K,V> map) |
Constructor and Description |
---|
ObjectMap.Entries(ObjectMap<K,V> map) |
ObjectMap.Keys(ObjectMap<K,?> map) |
ObjectMap.Values(ObjectMap<?,V> map) |