Click or drag to resize

JoltXmpFormatterDeserialize Method

Deserializes the data on the provided stream and reconstitutes the graph of objects.

Namespace:  Atalasoft.Annotate.Formatters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Object Deserialize(
	Stream serializationStream
)

Parameters

serializationStream
Type: System.IOStream
The stream that contains the data to deserialize.

Return Value

Type: Object
The top object of the deserialized graph.

Implements

IFormatterDeserialize(Stream)
Exceptions
ExceptionCondition
ArgumentNullExceptionserializationStream
ArgumentExceptionThe stream must have read permissions.;serializationStream
SerializationExceptionThere was an error deserializing the stream.
See Also