SerializerOption Enumeration
.NET Framework (current version)
A class that represents the types of serializers available.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
| Member name | Description | |
|---|---|---|
| DataContractSerializer | Specifies that the DataContractSerializer should be used when serializing. | |
| XmlSerializer | Specifies that the XmlSerializer should be used when serializing. |
.NET Framework
Available since 4.0
Available since 4.0
Show: