Link Search Menu Expand Document

//reikai-core/io.github.kerelape.reikai.io/Destination

Destination

[JVM]
interface Destination : Entity

Destination of data.

Since

0.0.0

Functions

Name Summary
dataize [JVM]
abstract suspend fun dataize(): ByteArray
Representation of the object in bytes.
put [JVM]
abstract suspend fun put(data: Entity): Entity
Put arbitrary data to the destination.

Inheritors