JBoss Marshalling is an alternative serialization API used by WildFly project addressing many problems of JDK serialization API while remaining fully compatible with "java.io.Serializable".
Prerequisites:
- JDK 11 or newer - check
java -version
- Maven 3.6.0 or newer - check
mvn -v
To build with your own Maven installation:
mvn install
All documentation lives at https://jbossmarshalling.jboss.org/
All issues can be reported at https://github.com/jboss-remoting/jboss-marshalling/issues
All code can be found at https://github.com/jboss-remoting/jboss-marshalling
All code distributed under ASL 2.0.