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

Rion object read write #10

Closed jjenkov closed 4 years ago

jjenkov commented 4 years ago

This branch adds a RionObjectWriter and RionObjectReader which can be used to write Java objects (POJOs) into RION, and read RION into Java objects. This can be very useful in some situations, where convenience is more important than maximum performance.