Method | Description | |
---|---|---|
Deserialize ( TextReader tr ) : object | ||
SerializeToString ( object obj ) : string |
Method | Description | |
---|---|---|
CoerceDateTime ( int year, int month, int day, int hour, int minute, int second, DateTimeKind kind ) : System.DateTime |
public Deserialize ( TextReader tr ) : object | ||
tr | TextReader | |
return | object |
public SerializeToString ( object obj ) : string | ||
obj | object | |
return | string |