Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
public abstract bool CanWriteType(
Type type
)
public:
virtual bool CanWriteType(
Type^ type
) abstract
abstract CanWriteType :
type:Type -> bool
Public MustOverride Function CanWriteType (
type As Type
) As Boolean
Parameters
type
Type: System.TypeThe type to serialize.
Return Value
Type: System.Boolean
true if the MediaTypeFormatter can serialize the type; otherwise, false.
See Also
MediaTypeFormatter Class
System.Net.Http.Formatting Namespace
Return to top