PairEncodingBaseTKey, TValueDecode Method

Overload List

Decode(BinaryStreamBase, TKey, TValue, TKey, TValue, Boolean) Decodes data from a binary stream, producing key-value pairs and indicating whether it's the end of the stream.
Decode(Byte*, TKey, TValue, TKey, TValue, Boolean) Decodes data from a byte pointer, producing key-value pairs and indicating whether it's the end of the stream.

See Also