public class SnmpValueXmlAdapter extends XmlAdapter<SnmpValueXmlAdapter.JaxbSnmpValue,SnmpValue>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SnmpValueXmlAdapter.JaxbSnmpValue  | 
| Constructor and Description | 
|---|
SnmpValueXmlAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
SnmpValueXmlAdapter.JaxbSnmpValue | 
marshal(SnmpValue value)  | 
SnmpValue | 
unmarshal(SnmpValueXmlAdapter.JaxbSnmpValue value)  | 
public SnmpValueXmlAdapter.JaxbSnmpValue marshal(SnmpValue value) throws Exception
marshal in class XmlAdapter<SnmpValueXmlAdapter.JaxbSnmpValue,SnmpValue>Exceptionpublic SnmpValue unmarshal(SnmpValueXmlAdapter.JaxbSnmpValue value) throws Exception
unmarshal in class XmlAdapter<SnmpValueXmlAdapter.JaxbSnmpValue,SnmpValue>ExceptionCopyright © 2020. All rights reserved.