Class SecondsToDateAdapter

java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
nl.vpro.xml.bind.SecondsToDateAdapter

public class SecondsToDateAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
Deprecated.
Since:
2.1
Author:
Roelof Jan Koekoek
  • Constructor Details

    • SecondsToDateAdapter

      public SecondsToDateAdapter()
      Deprecated.
  • Method Details

    • unmarshal

      public Date unmarshal(String seconds)
      Deprecated.
      Specified by:
      unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>
    • marshal

      public String marshal(Date v)
      Deprecated.
      Specified by:
      marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Date>