Class DictionaryConverter<TKey, TValue>
- Namespace
- Glitch9.IO.Networking
public class DictionaryConverter<TKey, TValue> : CloudConverter<Dictionary<TKey, TValue>>, ICloudConverter
Type Parameters
TKeyTValue
- Inheritance
-
CloudConverter<Dictionary<TKey, TValue>>DictionaryConverter<TKey, TValue>
- Implements
- Inherited Members
- Extension Methods
Methods
ToCloudFormat(Dictionary<TKey, TValue>)
public override object ToCloudFormat(Dictionary<TKey, TValue> propertyValue)
Parameters
propertyValueDictionary<TKey, TValue>
Returns
ToLocalFormat(string, object)
public override Dictionary<TKey, TValue> ToLocalFormat(string propertyName, object propertyValue)
Parameters
Returns
- Dictionary<TKey, TValue>