{"id":74280,"library":"wildfly-clustering-marshalling-spi","title":"WildFly Clustering Marshalling SPI","description":"Provides marshalling interfaces and default implementations for WildFly clustering modules.","status":"active","version":"33.0.2.Final","language":"java","source_language":null,"source_url":"https://github.com/wildfly/wildfly","tags":["wildfly","clustering","marshalling","spi"],"install":[{"cmd":"<dependency>\n  <groupId>org.wildfly</groupId>\n  <artifactId>wildfly-clustering-marshalling-spi</artifactId>\n  <version>33.0.2.Final</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.wildfly:wildfly-clustering-marshalling-spi:33.0.2.Final'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Marshaller","correct":"org.wildfly.clustering.marshalling.spi.Marshaller"}],"quickstart":{"code":"import org.wildfly.clustering.marshalling.spi.Marshaller;\n\npublic class CustomMarshaller implements Marshaller<Object, byte[]> {\n    @Override\n    public byte[] marshall(Object object) throws Exception {\n        return new byte[0];\n    }\n\n    @Override\n    public Object unmarshall(byte[] bytes) throws Exception {\n        return null;\n    }\n}","lang":"java","description":"Implement a custom marshaller for WildFly clustering."},"warnings":[],"env_vars":null,"search_vec":"'cluster':2,13,16 'default':9 'implement':10 'interfac':7 'marshal':3,6,17 'modul':14 'provid':5 'spi':4,18 'wildfli':1,12,15","created_at":"2026-06-17T19:01:39.886185+00:00","updated_at":"2026-06-17T19:01:39.886185+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://www.jboss.org","github":"https://github.com/wildfly/wildfly","docs":"https://appdoc.app/artifact/org.wildfly/wildfly-clustering-marshalling-spi/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}