corda / net.corda.core.serialization / kotlin.ByteArray

Extensions for kotlin.ByteArray

deserialize fun <T : Any> ByteArray.deserialize(kryo: Kryo = THREAD_LOCAL_KRYO.get()): T
opaque fun ByteArray.opaque(): OpaqueBytes
toHexString fun ByteArray.toHexString(): String