Interface Json.JsonSerializable

All Known Implementing Classes:
Attributes, ItemSeq, Rules.TeamRules, SpawnGroup
Enclosing class:
Json

public static interface Json.JsonSerializable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    read(Json json, JsonValue jsonData)
     
    void
    write(Json json)
     
  • Method Details