Registry / serialization / jboss-marshalling

jboss-marshalling

JSON →
library2.3.0javamavenunverified

An API for marshalling and unmarshalling Java objects, providing a framework for serialization with pluggable strategies.

<dependency> <groupId>org.jboss.marshalling</groupId> <artifactId>jboss-marshalling</artifactId> <version>2.3.0</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-MARSHALLING
J
jboss-marshalling
serializationjavav2.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Marshaller
org.jboss.marshalling.Marshaller

Creates a JBoss Marshaller instance for serialization.

import org.jboss.marshalling.Marshaller; import org.jboss.marshalling.Marshalling; import org.jboss.marshalling.MarshallerFactory; public class Example { public static void main(String[] args) throws Exception { MarshallerFactory factory = Marshalling.getProvidedMarshallerFactory("river"); Marshaller marshaller = factory.createMarshaller(); // Use marshaller to serialize objects } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jboss-marshalling — mvn dependency:get jboss-marshalling · libregistry