Nevron .NET Vision
Nevron.Serialization Namespace / NStateMemberInfo Class / NeedSerialize Method


In This Topic
    NeedSerialize Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function NeedSerialize( _
       ByVal obj As System.Object, _
       ByVal value As System.Object _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NStateMemberInfo
    Dim obj As System.Object
    Dim value As System.Object
    Dim value As System.Boolean
     
    value = instance.NeedSerialize(obj, value)
    public System.bool NeedSerialize( 
       System.object obj,
       System.object value
    )

    Parameters

    obj
    value
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also