public static class StandardJAXBObjects.BigIntegerJAXB extends JAXBObject<BigInteger>
Modifier and Type | Field and Description |
---|---|
static StandardJAXBObjects.BigIntegerJAXB |
INSTANCE |
xmlRootElement, xmlType
dependencies, 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, write
getDependencies, getType
public static final StandardJAXBObjects.BigIntegerJAXB INSTANCE
public BigInteger read(XoXMLStreamReader reader, RuntimeContext context) throws Exception
read
in class JAXBObject<BigInteger>
Exception
public void write(XoXMLStreamWriter writer, BigInteger value, RuntimeContext context) throws Exception
write
in class JAXBObject<BigInteger>
Exception
Copyright © 2007–2017. All rights reserved.