record-net/README.md

9 lines
194 B
Markdown
Raw Normal View History

2022-04-16 09:05:09 +00:00
# record-net
Simple, performant message library for Java, using records. It allows you to
serialize and deserialize records and their contents for use in network or
filesystem IO.
2022-04-16 11:03:21 +00:00
## Example