ObjectPropertyListSerializer

class ObjectPropertyListSerializer : JsonContentPolymorphicSerializer<List<ObjectProperty>>

Constructors

Link copied to clipboard
constructor()

Types

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
override fun deserialize(decoder: Decoder): List<ObjectProperty>
Link copied to clipboard
override fun serialize(encoder: Encoder, value: List<ObjectProperty>)