YakuSerializer

class YakuSerializer(val yakus: Yakus) : KSerializer<Yaku>

Constructors

Link copied to clipboard
constructor(yakus: Yakus)

Properties

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

Functions

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