com.github.fedy2.weather.binding.adapter
Class DateAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
com.github.fedy2.weather.binding.adapter.DateAdapter
public class DateAdapter
- extends XmlAdapter<String,Date>
- Author:
- "Federico De Faveri defaveri@gmail.com"
DateAdapter
public DateAdapter()
marshal
public String marshal(Date v)
throws Exception
-
- Specified by:
marshal in class XmlAdapter<String,Date>
- Throws:
Exception
unmarshal
public Date unmarshal(String v)
throws Exception
-
- Specified by:
unmarshal in class XmlAdapter<String,Date>
- Throws:
Exception
Copyright © 2013. All rights reserved.