Interface IConditionSerializer<T extends ICondition>

    • Method Detail

      • write

        void write​(com.google.gson.JsonObject json,
                   T value)
      • read

        T read​(com.google.gson.JsonObject json)
      • getJson

        default com.google.gson.JsonObject getJson​(T value)