XmlMediaTypeFormatter.InvokeGetSerializer Method (Type, Object, HttpContent)
This method is to support infrastructure and is not intended to be used directly from your code.
Namespace: System.Net.Http.Formatting
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public object InvokeGetSerializer(
Type type,
object value,
HttpContent content
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
Object^ InvokeGetSerializer(
Type^ type,
Object^ value,
HttpContent^ content
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member InvokeGetSerializer :
type:Type *
value:Object *
content:HttpContent -> Object
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function InvokeGetSerializer (
type As Type,
value As Object,
content As HttpContent
) As Object
Parameters
- type
Type: System.Type
- value
Type: System.Object
- content
Type: System.Net.Http.HttpContent
Return Value
Type: System.Object
Returns Object.
See Also
XmlMediaTypeFormatter Class
System.Net.Http.Formatting Namespace
Return to top