Class IEnumerableSerializer
Inheritance
IEnumerableSerializer
Implements
Inherited Members
Namespace: QFSW.QC.Serializers
Assembly: QFSW.QC.Serializers.dll
Syntax
public class IEnumerableSerializer : IEnumerableSerializer<IEnumerable>, IQcSerializer
Properties
Priority
Declaration
public override int Priority { get; }
Property Value
Type | Description |
---|---|
Int32 |
Overrides
QFSW.QC.PolymorphicQcSerializer<System.Collections.IEnumerable>.Priority
Methods
GetObjectStream(IEnumerable)
Declaration
protected override IEnumerable GetObjectStream(IEnumerable value)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable | value |
Returns
Type | Description |
---|---|
IEnumerable |
Overrides
QFSW.QC.Serializers.IEnumerableSerializer<System.Collections.IEnumerable>.GetObjectStream(System.Collections.IEnumerable)