FasterXML / jackson-jr

Stand-alone data-binding module designed as a light-weight (and -featured) alternative to `jackson-databind`: will only deal with "Maps, Lists, Strings, wrappers and Java Beans" (jr-objects), or simple read-only trees (jr-stree)
Apache License 2.0
239 stars 31 forks source link

Revert #148: does not work #161

Closed cowtowncoder closed 4 months ago

cowtowncoder commented 4 months ago

Unfortunately need to revert #148 (support Record deserialization): feature as implemented does not really work.

Leaving class RecordsHelpers as that can be useful for serialization (and future deserialization work)