Exemplo n.º 1
0
 public override JObject ToRaw()
 {
     return(new JObject(
                new JProperty("type", TYPE_CLASS),
                new JProperty("realmThing", realmThing.ToRaw()),
                new JProperty("userFrom", userFrom.getID())
                ));
 }