VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Formatters Namespace / AnnotationWangFormatter Class / Deserialize(Stream) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
Deserialize(Stream) Method (AnnotationWangFormatter)
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
)

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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also