Package-level declarations

Types

Link copied to clipboard
@DoNotImplement
interface SerializationService

Allows flows to serialize and deserialize objects to/from byte arrays.

Functions

Link copied to clipboard
inline fun <T : Any> SerializationService.deserialize(serializedBytes: SerializedBytes<T>): T

Deserializes the input serialized bytes into an object of type T.