Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / FileSerializer Class / DeserializeHeader Method

In This Topic
    DeserializeHeader Method
    In This Topic
    Deserializes the file header.
    Syntax
    'Declaration
     
    Protected Sub DeserializeHeader( _
       ByVal source As Stream _
    ) 
    protected void DeserializeHeader( 
       Stream source
    )

    Parameters

    source
    Exceptions
    ExceptionDescription
    Thrown when the file is corrupted.
    Thrown when the file version is not supported.
    See Also