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