public class DateTimeXmlAdapter extends XmlAdapter<String,ZonedDateTime>
Constructor and Description |
---|
DateTimeXmlAdapter() |
Modifier and Type | Method and Description |
---|---|
String |
marshal(ZonedDateTime v) |
ZonedDateTime |
unmarshal(String s) |
public String marshal(ZonedDateTime v)
marshal
in class XmlAdapter<String,ZonedDateTime>
public ZonedDateTime unmarshal(String s)
unmarshal
in class XmlAdapter<String,ZonedDateTime>
Copyright © 2019 Digipost. All rights reserved.