Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix remaining inconsistency in JSON codecs for
Schema.CaseClass*
an…
…d `Schema.GenericRecord` types (#777) * Fix remaining inconsistency in JSON codecs for `Schema.CaseClass*` and `Schema.GenericRecord` types * Reduce redundant allocations and CPU overhead when decoding and encoding * Reuse `CaseClassJsonDecoder` for faster decoding of small generic records * Rollback incorrect and unsecure "Accept empty object for optional json values"
- Loading branch information