Search
BinarySerializer.ShouldSerialize Method
See Also
 





Returns a value indicating whether the specified property should be serialized.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

bool ShouldSerialize (
    string propertyName,
    Object propertyValue,
    Object owner
)

Visual Basic  Copy Code

Function ShouldSerialize( _
    propertyName As String, _
    propertyValue As Object, _
    owner As Object _
) As Boolean

 Parameters

propertyName

propertyValue

owner

 Return Value

 See Also