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