Method | Description | |
---|---|---|
Build ( Newtonsoft.Json.Linq.JObject jOperation ) : |
||
Parse ( string json ) : |
||
Read ( Newtonsoft.Json.Linq.JObject jOperation ) : void | ||
Write ( |
Method | Description | |
---|---|---|
WriteFromPath ( |
||
WriteOp ( |
||
WritePath ( |
||
WriteValue ( |
public static Build ( Newtonsoft.Json.Linq.JObject jOperation ) : |
||
jOperation | Newtonsoft.Json.Linq.JObject | |
return |
public static Parse ( string json ) : |
||
json | string | |
return |
public abstract Read ( Newtonsoft.Json.Linq.JObject jOperation ) : void | ||
jOperation | Newtonsoft.Json.Linq.JObject | |
return | void |
public abstract Write ( |
||
writer | ||
return | void |
protected static WriteFromPath ( |
||
writer | ||
pointer | ||
return | void |
protected static WriteOp ( |
||
writer | ||
op | string | |
return | void |
protected static WritePath ( |
||
writer | ||
pointer | ||
return | void |
protected static WriteValue ( |
||
writer | ||
value | JToken | |
return | void |