Registry / networking / wildfly-clustering-marshalling-spi

wildfly-clustering-marshalling-spi

JSON →
library33.0.2.Finaljavamavenunverified

Provides marshalling interfaces and default implementations for WildFly clustering modules.

<dependency> <groupId>org.wildfly</groupId> <artifactId>wildfly-clustering-marshalling-spi</artifactId> <version>33.0.2.Final</version> </dependency>
INSTALL
IMPORT
SIG · WILDFLY-CLUSTERING
W
wildfly-clustering-marshalling-spi
networkingjavav33.0.2.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.wildfly.clustering.marshalling.spi.Marshaller

Implement a custom marshaller for WildFly clustering.

import org.wildfly.clustering.marshalling.spi.Marshaller; public class CustomMarshaller implements Marshaller<Object, byte[]> { @Override public byte[] marshall(Object object) throws Exception { return new byte[0]; } @Override public Object unmarshall(byte[] bytes) throws Exception { return null; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
33.0.2.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
OpenAI (training)
2
Resources
wildfly-clustering-marshalling-spi — mvn dependency:get wildfly-clustering-marshalling-spi · libregistry