avro-util icon indicating copy to clipboard operation
avro-util copied to clipboard

[avro-fastserde] Support deserializing with LinkedHashMap.

Open Lincong opened this issue 3 years ago • 0 comments

The goal is to use LinkdHashMap in the process of deserializing so that all deserialized objects of the same byte array can have a consistent ordering of their map entries.

Lincong avatar Feb 09 '22 18:02 Lincong