de.intarsys.tools.jaxb
Class TimestampAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<Long,Timestamp>
de.intarsys.tools.jaxb.TimestampAdapter
public class TimestampAdapter
- extends XmlAdapter<Long,Timestamp>
Marshalling java timestamps.
TimestampAdapter
public TimestampAdapter()
marshal
public Long marshal(Timestamp v)
throws Exception
- Specified by:
marshal in class XmlAdapter<Long,Timestamp>
- Throws:
Exception
unmarshal
public Timestamp unmarshal(Long v)
throws Exception
- Specified by:
unmarshal in class XmlAdapter<Long,Timestamp>
- Throws:
Exception
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.