Interface JsonSeriaizable

All Known Implementing Classes:
DebugReport, InstalledPlugin

public interface JsonSeriaizable
Interface for objects that can be serialized to JSON.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.json.simple.JSONObject
    Converts the implementing object to a JSON representation.
  • Method Details

    • toJson

      org.json.simple.JSONObject toJson()
      Converts the implementing object to a JSON representation.
      Returns:
      a JSONObject representing the object