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

Extensions for kotlin.ByteArray

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