Method | Description | |
---|---|---|
Deserialize ( |
||
JilContentFormatter ( |
||
JilContentFormatter ( Jil.Options options, |
||
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 |
public Deserialize ( |
||
type | ||
stream | System | |
return | object |
public JilContentFormatter ( |
||
encoding | ||
mediaType | string | |
ext | string | |
return | Jil |
public JilContentFormatter ( Jil.Options options, |
||
options | Jil.Options | |
encoding | ||
mediaType | string | |
ext | string | |
return | Jil |
public JilContentFormatter ( Jil.Options options, string mediaType = "application/json", string ext = "json" ) : Jil | ||
options | Jil.Options | |
mediaType | string | |
ext | string | |
return | Jil |
public JilContentFormatter ( string mediaType = "application/json", string ext = "json" ) : Jil | ||
mediaType | string | |
ext | string | |
return | Jil |
public Serialize ( System stream, object obj ) : void | ||
stream | System | |
obj | object | |
return | void |