Class ByteArraySerializer
java.lang.Object
org.apache.fory.serializer.Serializer<com.badlogic.gdx.utils.ByteArray>
com.github.tommyettinger.tantrum.libgdx.ByteArraySerializer
public class ByteArraySerializer
extends org.apache.fory.serializer.Serializer<com.badlogic.gdx.utils.ByteArray>
Fory
Serializer for jdkgdxds ByteArrays.-
Field Summary
Fields inherited from class org.apache.fory.serializer.Serializer
fory, immutable, isJava, needToCopyRef, needToWriteRef, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.fory.serializer.Serializer
copy, getType, isImmutable, needToCopyRef, needToWriteRef, xread, xwrite
-
Constructor Details
-
ByteArraySerializer
-
-
Method Details
-
write
public void write(org.apache.fory.memory.MemoryBuffer output, com.badlogic.gdx.utils.ByteArray data) - Overrides:
writein classorg.apache.fory.serializer.Serializer<com.badlogic.gdx.utils.ByteArray>
-
read
- Overrides:
readin classorg.apache.fory.serializer.Serializer<com.badlogic.gdx.utils.ByteArray>
-