SerializableIdentifier

@Serializable(with = IdentifierSerializer::class)
data class SerializableIdentifier(val identifier: Identifier)

A Identifier that can be serialized

Constructors

Link copied to clipboard
constructor(identifier: Identifier)

Properties

Link copied to clipboard