orangy
interface Contact {
val id: Long
val address: String
val notes: String?
val kind: String
}
Implementation is asm-generated and going deep into internals of some processing system. Any library that can serialize it as is without trying to reflect too deep?