Class ZeroOneBooleanAdapter


  • public class ZeroOneBooleanAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<String,​Boolean>
    Serializes boolean as 0 or 1.
    Since:
    2.24
    Author:
    Michiel Meeuwissen
    • Constructor Detail

      • ZeroOneBooleanAdapter

        public ZeroOneBooleanAdapter()
    • Method Detail

      • unmarshal

        public Boolean unmarshal​(String v)
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,​Boolean>
      • marshal

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