Simple, performant message library for Java.
Go to file
Andrew Lalis 9815450b83 Remove unused imports, add string support. 2023-09-22 09:13:11 -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
jitpack.yml Updated with jitpack config for explicit use of java 17 2022-07-05 20:39:00 +02: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