Companion

object Companion : KSerializer<StoryAreaType> (source)

Types

Link copied to clipboard
@Serializable
data class Surrogate(val type: String, val latitude: Double? = null, val longitude: Double? = null, val address: LocationAddress? = null, val reactionType: ReactionType? = null, val isDark: Boolean? = null, val isFlipped: Boolean? = null, val url: String? = null, val temperature: Double? = null, val emoji: String? = null, val backgroundColor: HEXAColor? = null, val name: String? = null)

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): StoryAreaType
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: StoryAreaType)