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, type
  • Constructor Summary

    Constructors
    Constructor
    Description
    GridPoint3Serializer(org.apache.fory.Fory fory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.badlogic.gdx.math.GridPoint3
    read(org.apache.fory.memory.MemoryBuffer input)
     
    void
    write(org.apache.fory.memory.MemoryBuffer output, com.badlogic.gdx.math.GridPoint3 data)
     

    Methods inherited from class org.apache.fory.serializer.Serializer

    copy, getType, isImmutable, needToCopyRef, needToWriteRef, xread, xwrite

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • write

      public void write(org.apache.fory.memory.MemoryBuffer output, com.badlogic.gdx.math.GridPoint3 data)
      Overrides:
      write in class org.apache.fory.serializer.Serializer<com.badlogic.gdx.math.GridPoint3>
    • read

      public com.badlogic.gdx.math.GridPoint3 read(org.apache.fory.memory.MemoryBuffer input)
      Overrides:
      read in class org.apache.fory.serializer.Serializer<com.badlogic.gdx.math.GridPoint3>