Class IDictionarySerializer
Inheritance
IDictionarySerializer
Implements
Inherited Members
Namespace: QFSW.QC.Serializers
Assembly: QFSW.QC.Serializers.dll
Syntax
public class IDictionarySerializer : IEnumerableSerializer<IDictionary>, IQcSerializer
Methods
GetObjectStream(IDictionary)
Declaration
protected override IEnumerable GetObjectStream(IDictionary value)
Parameters
| Type | Name | Description |
|---|---|---|
| IDictionary | value |
Returns
| Type | Description |
|---|---|
| IEnumerable |
Overrides
QFSW.QC.Serializers.IEnumerableSerializer<System.Collections.IDictionary>.GetObjectStream(System.Collections.IDictionary)