Companion

object Companion

Functions

Link copied to clipboard
operator fun invoke(bytes: ByteArray): PickleKey
operator fun invoke(bytes: ByteArray?): PickleKey?
operator fun invoke(base64: String): PickleKey
operator fun invoke(base64: String?): PickleKey?