public class ElevationAdapter extends XmlAdapter<String,List<P2<Double>>>
ElevationAdapter()
String
marshal(List<P2<Double>> pairs)
List<P2<Double>>
unmarshal(String data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ElevationAdapter()
public String marshal(List<P2<Double>> pairs) throws Exception
marshal
XmlAdapter<String,List<P2<Double>>>
Exception
public List<P2<Double>> unmarshal(String data) throws Exception
unmarshal
Copyright © 2018. All rights reserved.