Class LongArraySerializer

java.lang.Object
org.apache.fory.serializer.Serializer<com.badlogic.gdx.utils.LongArray>
com.github.tommyettinger.tantrum.libgdx.LongArraySerializer

public class LongArraySerializer extends org.apache.fory.serializer.Serializer<com.badlogic.gdx.utils.LongArray>
Fory Serializer for jdkgdxds LongArrays.
  • Field Summary

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

    immutable, needToCopyRef, needToWriteRef, type
  • Constructor Summary

    Constructors
    Constructor
    Description
    LongArraySerializer(org.apache.fory.config.Config fory)
     
    LongArraySerializer(org.apache.fory.Fory fory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.badlogic.gdx.utils.LongArray
    read(org.apache.fory.context.ReadContext fory)
     
    void
    write(org.apache.fory.context.WriteContext fory, com.badlogic.gdx.utils.LongArray data)
     

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

    copy, getType, isImmutable, needToCopyRef, needToWriteRef, read, write

    Methods inherited from class Object

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

  • Method Details

    • write

      public void write(org.apache.fory.context.WriteContext fory, com.badlogic.gdx.utils.LongArray data)
      Specified by:
      write in class org.apache.fory.serializer.Serializer<com.badlogic.gdx.utils.LongArray>
    • read

      public com.badlogic.gdx.utils.LongArray read(org.apache.fory.context.ReadContext fory)
      Specified by:
      read in class org.apache.fory.serializer.Serializer<com.badlogic.gdx.utils.LongArray>