Méthode | Description | |
---|---|---|
CanDeserialize ( MediaRange mediaRange, BindingContext context ) : bool |
Whether the deserializer can deserialize the content type
|
|
Deserialize ( MediaRange mediaRange, Stream bodyStream, BindingContext context ) : object |
Deserialize the request body to a model
|
Méthode | Description | |
---|---|---|
IsProtoBufType ( MediaRange mediaRange ) : bool |
Attempts to detect if the content type is ProtoBuffer. Supports: application/x-protobuf Matches are case insentitive to try and be as "accepting" as possible.
|
public CanDeserialize ( MediaRange mediaRange, BindingContext context ) : bool | ||
mediaRange | MediaRange | Content type to deserialize |
context | BindingContext | Current |
Résultat | bool |
public Deserialize ( MediaRange mediaRange, Stream bodyStream, BindingContext context ) : object | ||
mediaRange | MediaRange | Content type to deserialize |
bodyStream | Stream | Request body stream |
context | BindingContext | Current context |
Résultat | object |