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