Configuration for JSON serialization.
More...
|
|
| JSONSerializerParameters (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
int | StartIndentLevel () |
| |
|
void | SetStartIndentLevel (int theStartIndentLevel) |
| |
|
void | SetShapeIdGenerator (cadex.Utilities.JSONSerializerParameters.CustomShapeIdGenerator theShapeIdGenerator) |
| |
|
| BaseObject (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Dispose () |
| |
|
bool | IsNull () |
| |
|
ulong | Id () |
| | Return unique identifier of public object.
|
| |
|
bool | IsEqual (cadex.BaseObject theObj) |
| |
|
override int | GetHashCode () |
| |
|
override bool | Equals (System.Object o) |
| |
|
| override void | Dispose (bool disposing) |
| |
Configuration for JSON serialization.
- Examples
- MTKConverter/Program.cs, and MTKConverter/main.cxx.
◆ Dispose()
| override void cadex.Utilities.JSONSerializerParameters.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |