Class JSONSerializer

  • All Implemented Interfaces:
    JSONWritable

    public class JSONSerializer
    extends Object
    implements JSONWritable
    Support output of lists and maps to a JSON stream
    • Constructor Detail

      • JSONSerializer

        public JSONSerializer​(List<?> root)
      • JSONSerializer

        public JSONSerializer​(Map<?,​?> root)