- Declared in: RT.Serialization.IClassifyFormat<TElement>
- Interface method
- Abstract
Declaration
public TElement FormatKeyValuePair(
TElement key,
TElement value
)
Summary
Generates an element that represents a key-value pair.
Parameters
TElement | key |
The element that represents the key. |
TElement | value |
The element that represents the value. |
Returns
The serialized key-value pair.
Remarks
The returned element should be recognized by
IClassifyFormat<TElement>.GetKeyValuePair(TElement, out TElement, out TElement).