public class DateMarshallingAdapter extends XmlAdapter<String,Date>
DateMarshallingAdapter()
String
marshal(Date date)
Date
unmarshal(String dateString)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DateMarshallingAdapter()
public Date unmarshal(String dateString) throws Exception
unmarshal
XmlAdapter<String,Date>
Exception
public String marshal(Date date) throws Exception
marshal
Copyright © 2020. All Rights Reserved.