Key

data class Key<out T : Any>(bytes: ReadMemory)

Types

Companion
Link copied to clipboard
common
object Companion
KeySerializer
Link copied to clipboard
common
class KeySerializer<T : Any>(tSerializer: KSerializer<T>) : KSerializer<Key<T>>

Functions

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

Properties

bytes
Link copied to clipboard
common
val bytes: ReadMemory