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