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