Table of Contents

Method Serialize

Namespace
Alternet.Editor.TextSource
Assembly
Alternet.Editor.v9.dll

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 BookmarksData

The BookmarksData to be serialized.

stream Stream

The stream used to write an XML document.