SerializedBytes

@DoNotImplement
interface SerializedBytes<T>

A type safe wrapper around a byte array that contains a serialised object.

Functions

Link copied to clipboard
@NotNull
abstract fun getBytes(): Array<Byte>