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>
Exception
public SnmpValue unmarshal(SnmpValueXmlAdapter.JaxbSnmpValue value) throws Exception
unmarshal
in class XmlAdapter<SnmpValueXmlAdapter.JaxbSnmpValue,SnmpValue>
Exception
Copyright © 2021. All rights reserved.