Class XmlSerializerOptionsDecoratorExtensions
- Namespace
- Cuemon.Xml.Serialization
- Assembly
- Cuemon.Xml.dll
Extension methods for the XmlSerializerOptions class hidden behind the IDecorator<T> interface.
public static class XmlSerializerOptionsDecoratorExtensions
- Inheritance
-
XmlSerializerOptionsDecoratorExtensions
Methods
ApplyToDefaultSettings(IDecorator<XmlSerializerOptions>)
Applies the enclosed XmlSerializerOptions of the specified decorator
to the function delegate DefaultSettings.
public static void ApplyToDefaultSettings(this IDecorator<XmlSerializerOptions> decorator)
Parameters
decorator
IDecorator<XmlSerializerOptions>The IDecorator{XmlSerializerOptions} to extend.
Exceptions
- ArgumentNullException
decorator
cannot be null.
See Also
IDecorator<T>
Decorator<T>