|
|
Serialization
|
| Member name | Value | Description |
|---|---|---|
| Xml | 0 | Object is serialized or deserialized using DataContractSerializer to XML (eXtensible Markup Language) format. |
| Json | 1 | Object is serialized or deserialized using DataContractJsonSerializer to JSON (JavaScript Object Notation) format. |
| Binary | 2 | Object is serialized or deserialized using BinaryFormatter to binary format. |
The SerializationFormat type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDescription |
Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name
if no description is available.
(Defined by EnumExtensions) | |
| GetFormattedName |
Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions) |