yamlkt
yamlkt copied to clipboard
MissingFieldException, however field is present
https://github.com/mamoe/mirai-console/issues/191
Simplified reproducer:
@Serializable
data class User(
val mailAddress: String? = null,
val name: String,
)
default.decodeFromString(User.serializer(), """
name: cssxsh
mailAddress: [email protected]
""")
}
Root cause is wrong decodeNullableSerializableElement