Registry / serialization / jbossxb

jbossxb

JSON →
library2.0.3.GAjavamavenunverified

JBoss XML Binding (XB) library for marshalling Java objects to/from XML.

<dependency> <groupId>org.jboss</groupId> <artifactId>jbossxb</artifactId> <version>2.0.3.GA</version> </dependency>
INSTALL
IMPORT
SIG · JBOSSXB
J
jbossxb
serializationjavav2.0.3.GA
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.

JBossXB
org.jboss.xb.binding.JBossXB

Creates a JBossXB instance for XML binding.

import org.jboss.xb.binding.JBossXB; public class Example { public static void main(String[] args) throws Exception { JBossXB binder = new JBossXB(); System.out.println("Binder created"); } }
Debug
Known issues
gotchaJBossXB is outdated; consider using JAXB or Jackson for XML processing.
fix
Migrate to javax.xml.bind.JAXBContext or com.fasterxml.jackson.dataformat.xml.XmlMapper.
affects: all
Upgrade
Version history
2.0.3.GAlatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
jbossxb — mvn dependency:get jbossxb · libregistry