public class DoubleListAdapter extends XmlAdapter<String,List<Double>>
Constructor and Description |
---|
DoubleListAdapter() |
Modifier and Type | Method and Description |
---|---|
String |
marshal(List<Double> values) |
List<Double> |
unmarshal(String string) |
Copyright © 2020. All rights reserved.