Package-level declarations

Functions

Link copied to clipboard
fun <T> <Error class: unknown class><T>.decodeFromByteArray(arr: ByteArray): T

Decode a binary protocol buffer message from arr. This function is a wrapper to PBandK's decoding function.

Link copied to clipboard
fun <T> T.encodeToByteArray(): ByteArray

Encode this message to a ByteArray using the protocol buffer binary encoding. This function is a wrapper to PBandK's encoding function.