Serializes MTK entities into a JSON report. More...
Public Member Functions | |
| JSONSerializer (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| JSONSerializer (cadex.Utilities.JSONSerializerParameters theParameters) | |
| string | Serialize (cadex.MTKBase_FeatureList theFeatureList) |
| string | Serialize (cadex.SheetMetal_FlatPattern theFlatPattern) |
| cadex.Utilities.JSONSerializerParameters | Parameters () |
| void | SetParameters (cadex.Utilities.JSONSerializerParameters theParameters) |
Public Member Functions inherited from cadex.BaseObject | |
| 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) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Serializes MTK entities into a JSON report.
|
inlineprotectedvirtual |
Reimplemented from cadex.BaseObject.