public class SnmpInstIdXmlAdapter extends XmlAdapter<String,SnmpInstId>
Constructor and Description |
---|
SnmpInstIdXmlAdapter() |
Modifier and Type | Method and Description |
---|---|
String |
marshal(SnmpInstId snmpInstId) |
SnmpInstId |
unmarshal(String instance) |
public String marshal(SnmpInstId snmpInstId) throws Exception
marshal
in class XmlAdapter<String,SnmpInstId>
Exception
public SnmpInstId unmarshal(String instance) throws Exception
unmarshal
in class XmlAdapter<String,SnmpInstId>
Exception
Copyright © 2021. All rights reserved.