Property | Type | Description | |
---|---|---|---|
Serializer |
Method | Description | |
---|---|---|
Deserialize ( TextReader reader, |
Deserialize form-urlencoded data from reader.
|
|
FormUrlEncodingSerializer ( |
||
Serialize ( |
Method | Description | |
---|---|---|
GetEncoding ( |
public Deserialize ( TextReader reader, |
||
reader | TextReader | A TextReader for reading url-encoded string input. |
settings | Settings for deserialization. | |
return | object |
public FormUrlEncodingSerializer ( |
||
t | ||
return | System |
public Serialize ( |
||
writer | ||
data | object | |
settings | ||
return | void |