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


In This Topic
    LoadFromStream Method (NSerializer)
    In This Topic
    Loads the object to the specfied stream.
    Syntax
    'Declaration
     
    
    Public Function LoadFromStream( _
       ByVal rootType As System.Type, _
       ByVal stream As System.IO.Stream, _
       ByVal format As PersistencyFormat, _
       ByVal filter As INSerializationFilter _
    ) As System.Object
    'Usage
     
    
    Dim instance As NSerializer
    Dim rootType As System.Type
    Dim stream As System.IO.Stream
    Dim format As PersistencyFormat
    Dim filter As INSerializationFilter
    Dim value As System.Object
     
    value = instance.LoadFromStream(rootType, stream, format, filter)
    public System.object LoadFromStream( 
       System.Type rootType,
       System.IO.Stream stream,
       PersistencyFormat format,
       INSerializationFilter filter
    )

    Parameters

    rootType
    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