corda / net.corda.core.serialization / DeprecatedConstructorForDeserialization

DeprecatedConstructorForDeserialization

@Target([AnnotationTarget.CONSTRUCTOR]) annotation class DeprecatedConstructorForDeserialization

This annotation is a marker to indicate which secondary constructors should be considered, and in which order, for evolving objects during their deserialization.

Versions will be considered in descending order, currently duplicate versions will result in non deterministic behaviour when deserializing objects

Constructors

<init>

This annotation is a marker to indicate which secondary constructors should be considered, and in which order, for evolving objects during their deserialization.

DeprecatedConstructorForDeserialization(version: Int)

Properties

version

val version: Int