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