I have a use case where I need a Map to be serialized, then deserialized.
@JsonClass(generateAdapter = true) data class Foo(val bar: Bar) @Jso