Class SecondsToDateAdapter


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

      • SecondsToDateAdapter

        public SecondsToDateAdapter()
        Deprecated.
    • Method Detail

      • 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>