public class ZonedDateTimeXmlAdapter extends XmlAdapter<String,java.time.ZonedDateTime>
| Constructor and Description |
|---|
ZonedDateTimeXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(java.time.ZonedDateTime v) |
java.time.ZonedDateTime |
unmarshal(String s) |
public String marshal(java.time.ZonedDateTime v)
marshal in class XmlAdapter<String,java.time.ZonedDateTime>public java.time.ZonedDateTime unmarshal(String s)
unmarshal in class XmlAdapter<String,java.time.ZonedDateTime>Copyright © 2017 Digipost. All Rights Reserved.