public class DateXmlAdapter extends XmlAdapter<String,Date>
XmlAdapter
String
Date
DateXmlAdapter()
marshal(Date v)
unmarshal(String v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DateXmlAdapter()
public final String marshal(Date v) throws Exception
marshal
XmlAdapter<String,Date>
Exception
public final Date unmarshal(String v) throws Exception
unmarshal
Copyright © 2013. All Rights Reserved.