XmlMediaTypeFormatter.SetSerializer Method
Include Protected Members
Include Inherited Members
Registers an XML serializer to read or write objects of a specified type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SetSerializer<T>(XmlObjectSerializer) | Registers an XmlObjectSerializer to read or write objects of a specified type. | |
SetSerializer<T>(XmlSerializer) | Registers an XmlSerializer to read or write objects of a specified type. | |
SetSerializer(Type, XmlObjectSerializer) | Registers an XmlObjectSerializer to read or write objects of a specified type. | |
SetSerializer(Type, XmlSerializer) | Registers an XmlSerializer to read or write objects of a specified type. |
Top