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



In This Topic
    Serialize<T> Method (XdsObjectSerializer)
    In This Topic
    Syntax
    Public Shared Sub Serialize(Of T As Class)( _
       ByVal Data As T, _
       ByVal Stream As Stream _
    ) 
    Dim Data As T
    Dim Stream As Stream
     
    XdsObjectSerializer.Serialize(Of T)(Data, Stream)
    public static void Serialize<T>( 
       T Data,
       Stream Stream
    )
    where T: class
    public:
    static void Serializegeneric<typename T>
    ( 
       T^ Data,
       Stream^ Stream
    ) 
    where T: ref class

    Parameters

    Data
    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