namespace Beyond { public interface IJSONSerializable { string SerializeToJSON(); void DeserializeFromJSON(string data); } }