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

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

#include <cadex/Utilities/JSONSerializer.hxx>

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

Public Member Functions

 JSONSerializer (const JSONSerializerParameters &theParameters)
 
std::string Serialize (const MTKBase_FeatureList &theFeatureList) const
 
std::string Serialize (const SheetMetal_FlatPattern &theFlatPattern) const
 
const JSONSerializerParametersParameters () const
 
void SetParameters (const JSONSerializerParameters &theParameters)
 
- Public Member Functions inherited from cadex::BaseObject
size_t Id () const
 Return unique identifier of public object.
 
internal::BaseObjectImpl * Impl () const
 
bool IsNull () const
 
 operator bool () const
 
template<typename T >
bool IsOfType () const
 
template<typename T >
T * Impl () const
 Reserved for internal use.
 

Additional Inherited Members

- Public Types inherited from cadex::BaseObject
typedef std::shared_ptr< internal::BaseObjectImpl > ImplType
 
- Protected Member Functions inherited from cadex::BaseObject
 BaseObject (const ImplType &theImpl)
 

Detailed Description

Serializes MTK entities into a JSON report.

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