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

Parameters

serializationStream
The stream that contains the data to deserialize.

Return Value

The top object of the deserialized graph.
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