This topic has not yet been rated - Rate this topic

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)
public abstract bool CanWriteType(
	Type type
)

Parameters

type
Type: System.Type
The type to serialize.

Return Value

Type: System.Boolean
true if the MediaTypeFormatter can serialize the type; otherwise, false.

Derived classes must implement this method and indicate whether a type can be serialized.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.