Identifier

@Serializable(with = Identifier.Serde::class)
sealed class Identifier

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
@Serializable(with = Identifier.Long.Companion::class)
data class Long(val to: Long) : Identifier
Link copied to clipboard
@Serializable(with = Identifier.String.Companion::class)
data class String(val to: String) : Identifier

Properties

Link copied to clipboard
abstract val get: Any