XmlSerializerOutputFormatter 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此类使用 将对象序列化为 XML XmlSerializer
public ref class XmlSerializerOutputFormatter : Microsoft::AspNetCore::Mvc::Formatters::TextOutputFormatter
public class XmlSerializerOutputFormatter : Microsoft.AspNetCore.Mvc.Formatters.TextOutputFormatter
type XmlSerializerOutputFormatter = class
inherit TextOutputFormatter
Public Class XmlSerializerOutputFormatter
Inherits TextOutputFormatter
- 继承
构造函数
属性
SupportedEncodings |
获取此 TextOutputFormatter支持的字符编码的可变集合。 写入数据时使用编码。 (继承自 TextOutputFormatter) |
SupportedMediaTypes |
获取此 OutputFormatter支持的媒体类型元素的可变集合。 (继承自 OutputFormatter) |
WrapperProviderFactories |
获取 的列表 IWrapperProviderFactory ,以提供序列化的包装类型。 |
WriterSettings |
获取 XmlWriter 要使用的设置。 |