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
data
BookmarksDataThe
BookmarksData
to be serialized.stream
StreamThe stream used to write an XML document.