com.aliyun.mns.common.parser
类 JaxbDateSerializer
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
com.aliyun.mns.common.parser.JaxbDateSerializer
public class JaxbDateSerializer
- extends XmlAdapter<String,Date>
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbDateSerializer
public JaxbDateSerializer()
marshal
public String marshal(Date date)
throws Exception
- 指定者:
- 类
XmlAdapter<String,Date> 中的 marshal
- 抛出:
Exception
unmarshal
public Date unmarshal(String date)
throws Exception
- 指定者:
- 类
XmlAdapter<String,Date> 中的 unmarshal
- 抛出:
Exception
Copyright © 2016. All Rights Reserved.