SerializationArguments Enumeration
Flags that specify actions to take when serializing XML.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Member name | Description | |
|---|---|---|
| None | Do nothing. | |
| StripAll | Strip all formatting, such as XML attributes, spaces, or carriage returns. | |
| StripAllAndThrow | If there is a serialization exception, strip all formatting and throw an exception. | |
| StripFormatting | Strip any pretty formatting, such as spaces or carriage returns. | |
| StripXmlGarbage | Strip any XML attributes, such as xmlns:example. | |
| ThrowOnException | If formatting fails, throw an exception. |
Show: