//reikai-core/io.github.kerelape.reikai.core/Entity
Entity
[JVM]
fun interface Entity
Basic type in Reikai. Alternative to Object.
Since
0.0.0
Functions
| Name | Summary |
|---|---|
| dataize | [JVM] abstract suspend fun dataize(): ByteArray Representation of the object in bytes. |