Class XmlSerializationOutputFormatter
- Namespace
- Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml
- Assembly
- Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.dll
This class handles serialization of objects to XML using XmlFormatter.
public class XmlSerializationOutputFormatter : StreamOutputFormatter<XmlFormatter, XmlFormatterOptions>, IOutputFormatter, IApiResponseTypeMetadataProvider, IConfigurable<XmlFormatterOptions>
- Inheritance
-
XmlSerializationOutputFormatter
- Implements
- Inherited Members
- Extension Methods
Constructors
XmlSerializationOutputFormatter(XmlFormatterOptions)
Initializes a new instance of the XmlSerializationOutputFormatter class.
public XmlSerializationOutputFormatter(XmlFormatterOptions options)
Parameters
options
XmlFormatterOptionsThe XmlFormatterOptions which need to be configured.