object InstructionDeserializer : KSerializer<List<Instruction>?>
descriptor |
val descriptor: SerialClassDescImpl |
deserialize |
fun deserialize(decoder: Decoder): List<Instruction>? |
patch |
fun patch(decoder: Decoder, old: List<Instruction>?): List<Instruction>? |
serialize |
fun serialize(encoder: Encoder, obj: List<Instruction>?): Nothing |