Method Serialize
Serialize(BookmarksData, Stream)
Serializes given BookmarksData and writes an XML document to a specified stream.
public static void Serialize(BookmarksData data, Stream stream)
Parameters
dataBookmarksDataThe
BookmarksDatato be serialized.streamStreamThe stream used to write an XML document.