Package net. corda. v5. application. serialization
Types
Functions
Link copied to clipboard
inline fun <T : Any> SerializationService.deserialize(bytes: ByteArray): T
Content copied to clipboard
inline fun <T : Any> SerializationService.deserialize(serializedBytes: SerializedBytes<T>): T
Content copied to clipboard
Deserializes the input serialized bytes into an object of type T.