XmlMediaTypeFormatter.CanWriteType Method
Queries whether the XmlMediaTypeFormatter can serializean object of the specified type.
Namespace: System.Net.Http.Formatting
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Parameters
- type
- Type: System.Type
The type to serialize.
Return Value
Type: System.Booleantrue if the XmlMediaTypeFormatter can serialize the type; otherwise, false.