corda / net.corda.core.serialization / ContextPropertyKeys

ContextPropertyKeys

enum class ContextPropertyKeys

Set of well known properties that may be set on a serialization context. This doesn't preclude others being set that aren't keyed on this enumeration, but for general use properties adding a well known key here is preferred.

Enum Values

SERIALIZERS

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

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