Search
AutoJson Class
See Also
 





Apply the AutoJson attribute to a property of a CompositeNode-derived class to indicate that it should be included in JSON serialization.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class AutoJson : Attribute

Visual Basic  Copy Code

Public Class AutoJson
    Inherits Attribute

 Inheritance Hierarchy

System.Object
    System.Attribute
        MindFusion.Diagramming.AutoJson

 See Also