Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / FileSerializer Class / Serialize Method
The stream file.

In This Topic
    Serialize Method (FileSerializer)
    In This Topic
    Serializes the file to the stream.
    Syntax
    'Declaration
     
    Protected Sub Serialize( _
       ByVal stream As Stream _
    ) 
    protected void Serialize( 
       Stream stream
    )

    Parameters

    stream
    The stream file.
    See Also