C# Class LightNode.Formatter.JilContentFormatter

Inheritance: ContentFormatterBase
Afficher le fichier Open project: neuecc/LightNode

Méthodes publiques

Méthode Description
Deserialize ( Type type, System stream ) : object
JilContentFormatter ( Encoding encoding, string mediaType = "application/json", string ext = "json" ) : Jil
JilContentFormatter ( Jil.Options options, Encoding encoding, string mediaType = "application/json", string ext = "json" ) : Jil
JilContentFormatter ( Jil.Options options, string mediaType = "application/json", string ext = "json" ) : Jil
JilContentFormatter ( string mediaType = "application/json", string ext = "json" ) : Jil
Serialize ( System stream, object obj ) : void

Method Details

Deserialize() public méthode

public Deserialize ( Type type, System stream ) : object
type System.Type
stream System
Résultat object

JilContentFormatter() public méthode

public JilContentFormatter ( Encoding encoding, string mediaType = "application/json", string ext = "json" ) : Jil
encoding System.Text.Encoding
mediaType string
ext string
Résultat Jil

JilContentFormatter() public méthode

public JilContentFormatter ( Jil.Options options, Encoding encoding, string mediaType = "application/json", string ext = "json" ) : Jil
options Jil.Options
encoding System.Text.Encoding
mediaType string
ext string
Résultat Jil

JilContentFormatter() public méthode

public JilContentFormatter ( Jil.Options options, string mediaType = "application/json", string ext = "json" ) : Jil
options Jil.Options
mediaType string
ext string
Résultat Jil

JilContentFormatter() public méthode

public JilContentFormatter ( string mediaType = "application/json", string ext = "json" ) : Jil
mediaType string
ext string
Résultat Jil

Serialize() public méthode

public Serialize ( System stream, object obj ) : void
stream System
obj object
Résultat void