corda / net.corda.core.serialization / ObjectWithCompatibleContext

ObjectWithCompatibleContext

data class ObjectWithCompatibleContext<out T : Any>

Constructors

<init>

ObjectWithCompatibleContext(obj: T, context: SerializationContext)

Properties

context

val context: SerializationContext

obj

val obj: T