Search
PersistContext.BinarySerializer Property
See Also
 





Gets or sets a custom serializer for Tag objects.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static BinarySerializer BinarySerializer { get; set; }

Visual Basic  Copy Code

Public Shared Property BinarySerializer As BinarySerializer

 Property Value

An object implementing the BinarySerializer interface.

 See Also