public class TIntIntHashMapSerializer
extends com.esotericsoftware.kryo.Serializer<gnu.trove.map.hash.TIntIntHashMap>
| Constructor and Description |
|---|
TIntIntHashMapSerializer() |
| Modifier and Type | Method and Description |
|---|---|
gnu.trove.map.hash.TIntIntHashMap |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
gnu.trove.map.hash.TIntIntHashMap map)
Based on writeExternal in the hierarchy of TIntIntHashMap.
|
public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
gnu.trove.map.hash.TIntIntHashMap map)
write in class com.esotericsoftware.kryo.Serializer<gnu.trove.map.hash.TIntIntHashMap>public gnu.trove.map.hash.TIntIntHashMap read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class type)
read in class com.esotericsoftware.kryo.Serializer<gnu.trove.map.hash.TIntIntHashMap>Copyright © 2019. All rights reserved.