nanosai / rion-ops-java

RION Ops for Java is a toolkit for reading and writing RION encoded data. RION is a compact, fast binary data format.
43 stars 7 forks source link

Null support #15

Closed jjenkov closed 4 years ago

jjenkov commented 4 years ago

Improved support for writing null fields in RionWriter, a method for checking for null field values in RionReader (.isNull()), and a bug fix of serializing empty strings - which were serialized as UTF-8-Short null instead of zero length UTF-8 fields.