Registry / serialization / jboss-marshalling-river

jboss-marshalling-river

JSON →
library2.3.0javamavenunverified

River implementation for JBoss Marshalling, providing serialization and deserialization of Java objects using the River protocol.

<dependency> <groupId>org.jboss.marshalling</groupId> <artifactId>jboss-marshalling-river</artifactId> <version>2.3.0</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-MARSHALLING-
J
jboss-marshalling-river
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.

RiverMarshallerFactory
org.jboss.marshalling.river.RiverMarshallerFactory

Serialize an object using JBoss River marshalling

import org.jboss.marshalling.river.RiverMarshallerFactory; import org.jboss.marshalling.Marshaller; import org.jboss.marshalling.Marshalling; public class MarshallingExample { public static void main(String[] args) throws Exception { RiverMarshallerFactory factory = new RiverMarshallerFactory(); Marshaller marshaller = factory.createMarshaller(Marshalling.createByteOutput(System.out)); marshaller.writeObject("Hello"); marshaller.finish(); } }
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-river — mvn dependency:get jboss-marshalling-river · libregistry