XdsObjects Help file
XdsObjects Namespace / XdsObjectSerializer Class / Deserialize<T> Method



In This Topic
    Deserialize<T> Method (XdsObjectSerializer)
    In This Topic
    Syntax
    Public Shared Function Deserialize(Of T As Class)( _
       ByVal Stream As Stream _
    ) As T
    Dim Stream As Stream
    Dim value As T
     
    value = XdsObjectSerializer.Deserialize(Of T)(Stream)
    public static T Deserialize<T>( 
       Stream Stream
    )
    where T: class
    public:
    static T^ Deserializegeneric<typename T>
    ( 
       Stream^ Stream
    ) 
    where T: ref class

    Parameters

    Stream

    Type Parameters

    T
    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