JsonRGASerializer

class JsonRGASerializer(serializer: KSerializer<RGA>) : JsonTransformingSerializer<RGA>

This class is a json transformer for RGA, it allows the separation between data and metadata.

Constructors

JsonRGASerializer
Link copied to clipboard
common
fun JsonRGASerializer(serializer: KSerializer<RGA>)

Functions

deserialize
Link copied to clipboard
common
override fun deserialize(decoder: Decoder): RGA
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
serialize
Link copied to clipboard
common
override fun serialize(encoder: Encoder, value: RGA)
toString
Link copied to clipboard
common
open fun toString(): String

Properties

descriptor
Link copied to clipboard
common
open override val descriptor: SerialDescriptor