public class DateAdapter extends XmlAdapter<String,Date>
DateAdapter()
String
marshal(Date value)
Date
unmarshal(String s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DateAdapter()
public String marshal(Date value) throws Exception
marshal
XmlAdapter<String,Date>
Exception
public Date unmarshal(String s) throws Exception
unmarshal
Copyright © 2017. All rights reserved.