Class DataSetJSONMarshaller


  • public class DataSetJSONMarshaller
    extends Object
    • Constructor Detail

      • DataSetJSONMarshaller

        public DataSetJSONMarshaller()
    • Method Detail

      • toJson

        public org.dashbuilder.json.JsonObject toJson​(DataSet dataSet)
                                               throws org.dashbuilder.json.JsonException
        Throws:
        org.dashbuilder.json.JsonException
      • fromJson

        public DataSet fromJson​(String jsonString)
                         throws org.dashbuilder.json.JsonException
        Throws:
        org.dashbuilder.json.JsonException
      • fromJson

        public DataSet fromJson​(org.dashbuilder.json.JsonObject dataSetJson)
                         throws org.dashbuilder.json.JsonException
        Throws:
        org.dashbuilder.json.JsonException