public class ContactTypeAdapter extends XmlAdapter<String,ContactType>
| Constructor and Description |
|---|
ContactTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(ContactType e) |
ContactType |
unmarshal(String val) |
public String marshal(ContactType e)
marshal in class XmlAdapter<String,ContactType>public ContactType unmarshal(String val)
unmarshal in class XmlAdapter<String,ContactType>Copyright © 2017. All rights reserved.