Table of Contents

Class BookmarksDataService.Serializer

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

A utility class is used to serialize and deseralize bookmark data into the XML document.

public static class BookmarksDataService.Serializer
Inheritance
BookmarksDataService.Serializer

Methods

Deserialize(Stream)

Deserializes bookmark data from the specified stream.

Serialize(BookmarksData, Stream)

Serializes given BookmarksData and writes an XML document to a specified stream.