Nevron Open Vision Documentation
Nevron.Nov.Serialization Namespace / NMetaArray Class / Serialize Method


In This Topic
    Serialize Method (NMetaArray)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub Serialize( _
       ByVal context As NSerializationContext, _
       ByVal metaArray As NMetaArray _
    ) 
    'Usage
     
    
    Dim context As NSerializationContext
    Dim metaArray As NMetaArray
     
    NMetaArray.Serialize(context, metaArray)
    public static void Serialize( 
       NSerializationContext context,
       NMetaArray metaArray
    )

    Parameters

    context
    metaArray
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also