Class JSONDateConvertor

  • All Implemented Interfaces:
    JSON.Convertor

    public class JSONDateConvertor
    extends Object
    implements JSON.Convertor
    Convert a Date to JSON. If fromJSON is true in the constructor, the JSON generated will be of the form {class="java.util.Date",value="1/1/1970 12:00 GMT"} If fromJSON is false, then only the string value of the date is generated.
    • Constructor Detail

      • JSONDateConvertor

        public JSONDateConvertor()
      • JSONDateConvertor

        public JSONDateConvertor​(boolean fromJSON)
      • JSONDateConvertor

        public JSONDateConvertor​(String format,
                                 TimeZone zone,
                                 boolean fromJSON)
      • JSONDateConvertor

        public JSONDateConvertor​(String format,
                                 TimeZone zone,
                                 boolean fromJSON,
                                 Locale locale)