DeprecatedConstructorForDeserialization

annotation class DeprecatedConstructorForDeserialization(val version: Int)

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

Properties

Link copied to clipboard