| SerializationUtils Methods |
The SerializationUtils type exposes the following members.
| Name | Description | |
|---|---|---|
| DeepCopyT |
Makes a deep copy of the specified object by serializing and deserializing the specified object.
| |
| FromMemoryStreamT |
Deserializes an object of the specified type from the specified memory stream.
| |
| ReadXml |
Deserializes an object of the specified type from the specified XML reader.
| |
| ToMemoryStream |
Serializes the specified object to a binary stream.
| |
| WriteXml |
Serializes the specified object to xml and adds it to the specified xml writer.
|