Registry / serialization / errai-marshalling

errai-marshalling

JSON →
library4.18.0.Finaljavamavenunverified

Provides marshalling support for Errai, a GWT-based framework for building rich web applications.

<dependency> <groupId>org.jboss.errai</groupId> <artifactId>errai-marshalling</artifactId> <version>4.18.0.Final</version> </dependency>
INSTALL
IMPORT
SIG · ERRAI-MARSHALLING
E
errai-marshalling
serializationjavav4.18.0.Final
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.errai.marshalling.client.api.Marshaller

Minimal usage of Errai Marshaller to marshal a string.

import org.jboss.errai.marshalling.client.api.Marshaller; public class Example { public static void main(String[] args) { Marshaller<String> marshaller = new Marshaller<String>() { @Override public String marshall(String object) { return object; } }; System.out.println(marshaller.marshall("Hello")); } }
Debug
Known issues
breakingErrai is tightly coupled with GWT; not suitable for non-GWT projects.
fix
Use a different marshalling library like Jackson or Gson for non-GWT projects.
affects: all
Upgrade
Version history
4.18.0.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

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