SequentialSortedTreeWriterTKey, TValue Class

A specialized serialization method for writing data to a disk in the SortedTreeStore method.

Definition

Namespace: SnapDB.Snap.Tree.Specialized
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static class SequentialSortedTreeWriter<TKey, TValue>
where TKey : new(), SnapTypeBase<TKey>
where TValue : new(), SnapTypeBase<TValue>
Inheritance
Object    SequentialSortedTreeWriterTKey, TValue

Type Parameters

TKey
The type of keys stored in the tree.
TValue
The type of values stored in the tree.

Methods

Create Writes the supplied stream to the binary stream.

See Also