Show / Hide Table of Contents

Interface IJsonSerialize

Namespace: CADability
Assembly: CADability.dll
Syntax
public interface IJsonSerialize

Methods

| Improve this Doc View Source

GetObjectData(IJsonWriteData)

Declaration
void GetObjectData(IJsonWriteData data)
Parameters
Type Name Description
IJsonWriteData data
| Improve this Doc View Source

SetObjectData(IJsonReadData)

Declaration
void SetObjectData(IJsonReadData data)
Parameters
Type Name Description
IJsonReadData data
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX