Méthode | Description | |
---|---|---|
FromStream ( Stream input, |
Finds an IFormatter with a matching intent , and deserializes the Stream
|
|
ToStream ( object input, string intent = null ) : IStreamedResult |
Finds an IFormatter with a matching intent , and serializes the
|
public abstract FromStream ( Stream input, |
||
input | Stream | |
outputType | ||
intent | string | |
Résultat | object |
public abstract ToStream ( object input, string intent = null ) : IStreamedResult | ||
input | object | |
intent | string | |
Résultat | IStreamedResult |