corda / net.corda.core.serialization / SerializationToken

SerializationToken

interface SerializationToken

This represents a token in the serialized stream for an instance of a type that implements SerializeAsToken.

Functions

fromToken

abstract fun fromToken(context: SerializeAsTokenContext): Any

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.

Inheritors

SingletonSerializationToken

class SingletonSerializationToken : SerializationToken

A class representing a SerializationToken for some object that is not serializable but can be looked up (when deserialized) via just the class name.