JsonLWWRegisterSerializer

class JsonLWWRegisterSerializer(serializer: KSerializer<LWWRegister>) : JsonTransformingSerializer<LWWRegister>

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

Constructors

JsonLWWRegisterSerializer
Link copied to clipboard
common
fun JsonLWWRegisterSerializer(serializer: KSerializer<LWWRegister>)

Functions

deserialize
Link copied to clipboard
common
override fun deserialize(decoder: Decoder): LWWRegister
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: LWWRegister)
toString
Link copied to clipboard
common
open fun toString(): String

Properties

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