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