- Declared in: RT.Serialization.IClassifyFormat<TElement>
- Interface method
- Abstract
Declaration
public TElement FormatDictionary(
IEnumerable<KeyValuePair<object, TElement>> values
)
Summary
Generates an element that represents a dictionary.
Parameters
IEnumerable<KeyValuePair<object, TElement>> | values |
The key-value pairs that compose the dictionary. The keys may be string s, integers, or enum values. |
Returns
The serialized dictionary.
Remarks
The returned element should be recognized by
IClassifyFormat<TElement>.GetDictionary(TElement).