Class GridPoint3Serializer
java.lang.Object
org.apache.fory.serializer.Serializer<com.badlogic.gdx.math.GridPoint3>
com.github.tommyettinger.tantrum.libgdx.GridPoint3Serializer
public class GridPoint3Serializer
extends org.apache.fory.serializer.Serializer<com.badlogic.gdx.math.GridPoint3>
Fory
Serializer for libGDX GridPoint3s.-
Field Summary
Fields inherited from class org.apache.fory.serializer.Serializer
fory, immutable, isJava, needToCopyRef, needToWriteRef, refResolver, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.fory.serializer.Serializer
copy, getType, isImmutable, needToCopyRef, needToWriteRef, read, write
-
Constructor Details
-
GridPoint3Serializer
-
-
Method Details
-
write
public void write(org.apache.fory.memory.MemoryBuffer output, com.badlogic.gdx.math.GridPoint3 data) - Specified by:
writein classorg.apache.fory.serializer.Serializer<com.badlogic.gdx.math.GridPoint3>
-
read
- Specified by:
readin classorg.apache.fory.serializer.Serializer<com.badlogic.gdx.math.GridPoint3>
-