Hide menu
Loading...
Searching...
No Matches
cadex.Utilities.JSONSerializer Class Reference

Serializes MTK entities into a JSON report. More...

Inheritance diagram for cadex.Utilities.JSONSerializer:
cadex.BaseObject

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)
 

Detailed Description

Serializes MTK entities into a JSON report.

Examples
MTKConverter/Program.cs, and MTKConverter/main.cxx.

Member Function Documentation

◆ Dispose()

override void cadex.Utilities.JSONSerializer.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from cadex.BaseObject.