Simple, performant message library for Java.
Go to file
Andrew Lalis ebc7818e00 Remove jitpack.yml 2023-09-22 09:13:55 -04:00
src Remove unused imports, add string support. 2023-09-22 09:13:11 -04:00
.gitignore Added first version stuff. 2022-04-16 13:03:21 +02:00
LICENSE Initial commit 2022-04-16 11:05:09 +02:00
README.md Added documentation, nexus OSS deployment settings. 2023-09-22 09:11:10 -04:00
pom.xml Added documentation, nexus OSS deployment settings. 2023-09-22 09:11:10 -04:00

README.md

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.

Example