IdentifierInfo

data class IdentifierInfo(val keys: Map<IdentifierInfoKey, RFU?> = emptyMap())(source)

Constructors

Link copied to clipboard
constructor(keys: Map<IdentifierInfoKey, RFU?> = emptyMap())

Types

Link copied to clipboard
object TransformingSerializer : TransformingSerializerTemplate<IdentifierInfo, Map<IdentifierInfoKey, RFU?>>

Properties

Link copied to clipboard