- Declared in: RT.Serialization.IClassifyFormat<TElement>
- Interface method
- Abstract
Declaration
public void GetKeyValuePair(
TElement element,
out TElement key,
out TElement value
)
Summary
Decodes a key-value pair.
Parameters
TElement | element |
The element to decode. |
out TElement | key |
Receives the key part of the pair. |
out TElement | value |
Receives the value part of the pair. |
Remarks
This should do the reverse of
IClassifyFormat<TElement>.FormatKeyValuePair(TElement, TElement).