Click or drag to resize

JoltXmpFormatterSerialize Method

Serializes an object, or graph of objects with the given root to the provided stream.

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 void Serialize(
	Stream serializationStream,
	Object graph
)

Parameters

serializationStream
Type: System.IOStream
The stream where the formatter puts the serialized data. This stream can reference a variety of backing stores (such as files, network, memory, and so on).
graph
Type: SystemObject
The object, or root of the object graph, to serialize. All child objects of this root object are automatically serialized.

Implements

IFormatterSerialize(Stream, Object)
See Also