Method | Description | |
---|---|---|
Serialize ( object obj ) : string |
Serializes an object to a string.
|
|
Serialize ( |
Serializes an object to a pre-existing XmlWriter object. The XmlWriter should be pre-initialized, and can be pointed at many things: a string, a file, a network stream, the ASP.NET Response stream, etc. |
Method | Description | |
---|---|---|
WritePacketFooter ( |
||
WritePacketHeader ( |
public Serialize ( object obj ) : string | ||
obj | object | The object to be serialized. |
return | string |
public Serialize ( |
||
output | A pre-initialized |
|
obj | object | The object to be serialized. |
return | void |