| Package | Description |
|---|---|
| com.esotericsoftware.kryo | |
| com.esotericsoftware.kryo.serializers | |
| com.esotericsoftware.kryo.util |
| Modifier and Type | Field and Description |
|---|---|
private ObjectMap |
Kryo.context |
private ObjectMap |
Kryo.graphContext |
| 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 |
|---|---|
private ObjectMap<java.lang.Class,JavaSerializer> |
ExternalizableSerializer.javaSerializerByType |
| Modifier and Type | Method and 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) |
| Modifier and Type | Field and 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 |
| 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) |
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) |