Class Float3UndirectedGraphSerializer
java.lang.Object
com.esotericsoftware.kryo.Serializer<com.github.tommyettinger.gand.Float3UndirectedGraph>
com.github.tommyettinger.kryo.gand.Float3UndirectedGraphSerializer
public class Float3UndirectedGraphSerializer
extends com.esotericsoftware.kryo.Serializer<com.github.tommyettinger.gand.Float3UndirectedGraph>
Kryo
Serializer for gand Float3UndirectedGraphs.
You must have PointF3 registered to use this as the serializer for Float3UndirectedGraph,
such as with PointF3Serializer.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.github.tommyettinger.gand.Float3UndirectedGraphcopy(com.esotericsoftware.kryo.Kryo kryo, com.github.tommyettinger.gand.Float3UndirectedGraph original) com.github.tommyettinger.gand.Float3UndirectedGraphread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends com.github.tommyettinger.gand.Float3UndirectedGraph> dataClass) voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, com.github.tommyettinger.gand.Float3UndirectedGraph data) Methods inherited from class com.esotericsoftware.kryo.Serializer
getAcceptsNull, isImmutable, setAcceptsNull, setImmutable
-
Constructor Details
-
Float3UndirectedGraphSerializer
public Float3UndirectedGraphSerializer()
-
-
Method Details
-
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, com.github.tommyettinger.gand.Float3UndirectedGraph data) - Specified by:
writein classcom.esotericsoftware.kryo.Serializer<com.github.tommyettinger.gand.Float3UndirectedGraph>
-
read
public com.github.tommyettinger.gand.Float3UndirectedGraph read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends com.github.tommyettinger.gand.Float3UndirectedGraph> dataClass) - Specified by:
readin classcom.esotericsoftware.kryo.Serializer<com.github.tommyettinger.gand.Float3UndirectedGraph>
-
copy
public com.github.tommyettinger.gand.Float3UndirectedGraph copy(com.esotericsoftware.kryo.Kryo kryo, com.github.tommyettinger.gand.Float3UndirectedGraph original) - Overrides:
copyin classcom.esotericsoftware.kryo.Serializer<com.github.tommyettinger.gand.Float3UndirectedGraph>
-