//reikai-core/io.github.kerelape.reikai.core/Entity/dataize
dataize
[JVM]
abstract suspend fun dataize(): ByteArray
Representation of the object in bytes.
Return
This object in binary format.
//reikai-core/io.github.kerelape.reikai.core/Entity/dataize
[JVM]
abstract suspend fun dataize(): ByteArray
Representation of the object in bytes.
This object in binary format.