Method Deserialize
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.dll
Deserialize(Stream)
Deserializes bookmark data from the specified stream.
public static BookmarksData Deserialize(Stream stream)
Parameters
streamStreamThe stream that contains bookmark data to load from.
Returns
- BookmarksData
The
BookmarksDatabeing loaded.