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