VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Formatters Namespace / AnnotationVintasoftBinaryFormatter Class / Deserialize(Stream) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Deserialize(Stream) Method (AnnotationVintasoftBinaryFormatter)
    In This Topic
    Deserializes the data on the provided stream and reconstitutes the graph of objects.
    Syntax
    'Declaration
    
    Public Overrides Function Deserialize( _
    ByVal serializationStream
    The stream that contains the data to deserialize.
    As System.IO.Stream _
    ) As System.Object
    public override System.Object Deserialize(
    System.IO.Stream serializationStream
    )
    public: System.Object Deserialize(
    System.IO.Stream* serializationStream
    ); override
    public:
    System.Object Deserialize(
    System.IO.Stream^ serializationStream
    ); override

    Parameters

    serializationStream
    The stream that contains the data to deserialize.

    Return Value

    The top object of the deserialized graph.
    Exceptions
    ExceptionDescription
    Thrown if serializationStream is null.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also