SnapshotFormatSerializer

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
open override fun codeOf(value: SnapshotFormat): String
Link copied to clipboard
open override fun deserialize(decoder: Decoder): SnapshotFormat
Link copied to clipboard
open override fun fromCode(code: String): SnapshotFormat
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: SnapshotFormat)