Skip to content

jboss-remoting/jboss-marshalling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5aa4cf6 · Feb 25, 2025
Oct 15, 2024
Feb 25, 2025
Nov 28, 2024
Oct 15, 2024
Oct 15, 2024
Oct 15, 2024
Sep 25, 2020
Feb 17, 2023
Nov 11, 2022
May 22, 2023
Feb 25, 2014
Nov 14, 2022
Nov 11, 2022
Feb 13, 2025

JBoss Marshalling

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".

Building

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

Documentation

All documentation lives at https://jbossmarshalling.jboss.org/

Issue tracker

All issues can be reported at https://github.com/jboss-remoting/jboss-marshalling/issues

Code

All code can be found at https://github.com/jboss-remoting/jboss-marshalling

License

All code distributed under ASL 2.0.