public class CollectionTypeAdapter extends XmlAdapter<String,CollectionType>
| Constructor and Description |
|---|
CollectionTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(CollectionType v) |
CollectionType |
unmarshal(String v) |
public CollectionType unmarshal(String v) throws Exception
unmarshal in class XmlAdapter<String,CollectionType>Exceptionpublic String marshal(CollectionType v) throws Exception
marshal in class XmlAdapter<String,CollectionType>ExceptionCopyright © 2016–2018 Taimos GmbH. All rights reserved.