CustomByteArraySerializable

Abstract base class for types that can be serialized to a ByteArray.

Subclasses must implement the serialize method to define how their data is converted to a ByteArray representation.

Constructors

Link copied to clipboard
constructor()

Functions

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

Serializes this object to a ByteArray.