Serializes MTK entities into a JSON report. More...
#include <cadex/Utilities/JSONSerializer.hxx>
Public Member Functions | |
| JSONSerializer (const JSONSerializerParameters &theParameters) | |
| std::string | Serialize (const MTKBase_FeatureList &theFeatureList) const |
| std::string | Serialize (const SheetMetal_FlatPattern &theFlatPattern) const |
| const JSONSerializerParameters & | Parameters () 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) | |
Serializes MTK entities into a JSON report.