Constructors

Link copied to clipboard
constructor(path: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun deserialize(byteArray: ByteArray): T

De-Serializes the given byteArray into the type T.

Link copied to clipboard
abstract fun serialize(item: T): ByteArray

Serializes the given item into a ByteArray to be transmitted over the air.

Link copied to clipboard
open override fun toString(): String