Class DataRow

    • Constructor Detail

      • DataRow

        public DataRow​(int initialCapacity)
      • DataRow

        public DataRow()
    • Method Detail

      • toJSON

        public com.github.openjson.JSONObject toJSON()
        Description copied from interface: Jsonable
        Create the JSON serialization of the instance.
        Specified by:
        toJSON in interface Jsonable
        Returns:
        Json object for the instance.