public static class StandardJAXBObjects.BigIntegerJAXB extends JAXBObject<BigInteger>
| Modifier and Type | Field and Description |
|---|---|
static StandardJAXBObjects.BigIntegerJAXB |
INSTANCE |
xmlRootElement, xmlTypedependencies, type| Constructor and Description |
|---|
BigIntegerJAXB() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
read(XoXMLStreamReader reader,
RuntimeContext context) |
void |
write(XoXMLStreamWriter writer,
BigInteger value,
RuntimeContext context) |
getXmlRootElement, getXmlType, read, read, read, read, write, write, write, write, writegetDependencies, getTypepublic static final StandardJAXBObjects.BigIntegerJAXB INSTANCE
public BigInteger read(XoXMLStreamReader reader, RuntimeContext context) throws Exception
read in class JAXBObject<BigInteger>Exceptionpublic void write(XoXMLStreamWriter writer, BigInteger value, RuntimeContext context) throws Exception
write in class JAXBObject<BigInteger>ExceptionCopyright © 2007–2021. All rights reserved.