public class LongAdapter extends XmlAdapter<String,Long>
The null representation of some long values inside the XML version of an RRD is expressed as 'U'
LongAdapter()
String
marshal(Long value)
Long
unmarshal(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LongAdapter()
public String marshal(Long value) throws Exception
marshal
XmlAdapter<String,Long>
Exception
public Long unmarshal(String value) throws Exception
unmarshal
Copyright © 2021. All rights reserved.