Méthode | Description | |
---|---|---|
Deserialize ( |
||
Serialize ( Stream stream, object obj ) : void | ||
TextContentFormatter ( |
||
TextContentFormatter ( string mediaType = "text/plain", string ext = "txt" ) : LightNode.Core |
public Deserialize ( |
||
type | ||
stream | Stream | |
Résultat | object |
public Serialize ( Stream stream, object obj ) : void | ||
stream | Stream | |
obj | object | |
Résultat | void |
public TextContentFormatter ( |
||
encoding | ||
mediaType | string | |
ext | string | |
Résultat | LightNode.Core |
public TextContentFormatter ( string mediaType = "text/plain", string ext = "txt" ) : LightNode.Core | ||
mediaType | string | |
ext | string | |
Résultat | LightNode.Core |