Class ObjectLongMapSerializer
java.lang.Object
com.esotericsoftware.kryo.Serializer<com.github.tommyettinger.ds.ObjectLongMap<?>>
com.github.tommyettinger.kryo.jdkgdxds.ObjectLongMapSerializer
public class ObjectLongMapSerializer
extends com.esotericsoftware.kryo.Serializer<com.github.tommyettinger.ds.ObjectLongMap<?>>
Kryo
Serializer for jdkgdxds ObjectLongMaps.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.github.tommyettinger.ds.ObjectLongMap<?>copy(com.esotericsoftware.kryo.Kryo kryo, com.github.tommyettinger.ds.ObjectLongMap<?> original) com.github.tommyettinger.ds.ObjectLongMap<?>read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends com.github.tommyettinger.ds.ObjectLongMap<?>> dataClass) voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, com.github.tommyettinger.ds.ObjectLongMap<?> data) Methods inherited from class com.esotericsoftware.kryo.Serializer
getAcceptsNull, isImmutable, setAcceptsNull, setImmutable
-
Constructor Details
-
ObjectLongMapSerializer
public ObjectLongMapSerializer()
-
-
Method Details
-
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, com.github.tommyettinger.ds.ObjectLongMap<?> data) - Specified by:
writein classcom.esotericsoftware.kryo.Serializer<com.github.tommyettinger.ds.ObjectLongMap<?>>
-
read
public com.github.tommyettinger.ds.ObjectLongMap<?> read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends com.github.tommyettinger.ds.ObjectLongMap<?>> dataClass) - Specified by:
readin classcom.esotericsoftware.kryo.Serializer<com.github.tommyettinger.ds.ObjectLongMap<?>>
-
copy
public com.github.tommyettinger.ds.ObjectLongMap<?> copy(com.esotericsoftware.kryo.Kryo kryo, com.github.tommyettinger.ds.ObjectLongMap<?> original) - Overrides:
copyin classcom.esotericsoftware.kryo.Serializer<com.github.tommyettinger.ds.ObjectLongMap<?>>
-