Class | Description |
---|---|
DefaultClassResolver |
Resolves classes by ID or by fully qualified class name.
|
DefaultStreamFactory |
StreamFactory which provides usual Input/Output streams, which are present in all versions of Kryo.
|
FastestStreamFactory |
This StreamFactory tries to provide fastest possible Input/Output streams on a given platform.
|
IdentityMap<K,V> |
An unordered map that uses identity comparison for keys.
|
IdentityMap.Entries<K,V> | |
IdentityMap.Entry<K,V> | |
IdentityMap.Keys<K> | |
IdentityMap.Values<V> | |
IdentityObjectIntMap<K> |
An unordered map where identity comparison is used for keys and the values are ints.
|
IntArray |
A resizable, ordered or unordered int array.
|
IntMap<V> |
An unordered map that uses int keys.
|
IntMap.Entries<V> | |
IntMap.Entry<V> | |
IntMap.Keys | |
IntMap.Values<V> | |
ListReferenceResolver |
Uses an
ArrayList to track objects that have already been written. |
MapReferenceResolver |
Uses an
IdentityObjectIntMap to track objects that have already been written. |
ObjectMap<K,V> |
An unordered map.
|
ObjectMap.Entries<K,V> | |
ObjectMap.Entry<K,V> | |
ObjectMap.Keys<K> | |
ObjectMap.Values<V> | |
UnsafeUtil |
A few utility methods for using @link{sun.misc.Unsafe}, mostly for private use.
|
Util |
A few utility methods, mostly for private use.
|
Copyright © 2018. All rights reserved.