MediaTypeFormatter.CanWriteType Method
Queries whether this MediaTypeFormatter 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 MediaTypeFormatter can serialize the type; otherwise, false.