public class BigIntegerAdapter extends XmlAdapter<String,BigInteger>
| Constructor and Description |
|---|
BigIntegerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(BigInteger value) |
BigInteger |
unmarshal(String value) |
public String marshal(BigInteger value) throws Exception
marshal in class XmlAdapter<String,BigInteger>Exceptionpublic BigInteger unmarshal(String value) throws Exception
unmarshal in class XmlAdapter<String,BigInteger>ExceptionCopyright © 2023 CERN European Organization for Nuclear Research. All rights reserved.