Table of Contents

Class XmlSerializationInputFormatter

Namespace
Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml
Assembly
Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.dll

This class handles deserialization of XML to objects using XmlFormatter.

public class XmlSerializationInputFormatter : StreamInputFormatter<XmlFormatter, XmlFormatterOptions>, IInputFormatter, IApiRequestFormatMetadataProvider, IConfigurable<XmlFormatterOptions>
Inheritance
XmlSerializationInputFormatter
Implements
Inherited Members
Extension Methods

Constructors

XmlSerializationInputFormatter(XmlFormatterOptions)

Initializes a new instance of the XmlSerializationInputFormatter class.

public XmlSerializationInputFormatter(XmlFormatterOptions options)

Parameters

options XmlFormatterOptions

The XmlFormatterOptions which need to be configured.