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

    Parameters

    serializationStream
    The stream that contains the data to deserialize.

    Return Value

    The top object of the deserialized graph.
    Requirements

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

    See Also