Table of Contents

Class DictionaryConverter<TKey, TValue>

Namespace
Glitch9.IO.Networking
public class DictionaryConverter<TKey, TValue> : CloudConverter<Dictionary<TKey, TValue>>, ICloudConverter

Type Parameters

TKey
TValue
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

propertyValue Dictionary<TKey, TValue>

Returns

object

ToLocalFormat(string, object)

public override Dictionary<TKey, TValue> ToLocalFormat(string propertyName, object propertyValue)

Parameters

propertyName string
propertyValue object

Returns

Dictionary<TKey, TValue>