Nevron .NET Vision
Nevron.Serialization Namespace / NSerializer Class / SaveToStream Method


In This Topic
    SaveToStream Method (NSerializer)
    In This Topic
    Saves the object to the specfied stream.
    Syntax
    'Declaration
     
    
    Public Sub SaveToStream( _
       ByVal root As System.Object, _
       ByVal stream As System.IO.Stream, _
       ByVal format As PersistencyFormat, _
       ByVal filter As INSerializationFilter _
    ) 
    'Usage
     
    
    Dim instance As NSerializer
    Dim root As System.Object
    Dim stream As System.IO.Stream
    Dim format As PersistencyFormat
    Dim filter As INSerializationFilter
     
    instance.SaveToStream(root, stream, format, filter)
    public void SaveToStream( 
       System.object root,
       System.IO.Stream stream,
       PersistencyFormat format,
       INSerializationFilter filter
    )

    Parameters

    root
    stream
    format
    filter
    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