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

RionObjectReader and RionObjectWriter #6

Closed jjenkov closed 4 years ago

jjenkov commented 4 years ago

Move and commit the existing implementations of RionObjectReader and RionObjectWriter - which can read RION into Java objects, and write Java objects out to RION (via Java reflection).