| 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<java.lang.Class,Registration> |
DefaultClassResolver.classToRegistration |
protected ObjectMap<java.lang.String,java.lang.Class> |
DefaultClassResolver.nameToClass |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectMap.putAll(ObjectMap<? extends K,? extends 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 © 2019. All Rights Reserved.