Click or drag to resize
SerializationUtils Methods

The SerializationUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeepCopyT
Makes a deep copy of the specified object by serializing and deserializing the specified object.
Public methodStatic memberFromMemoryStreamT
Deserializes an object of the specified type from the specified memory stream.
Public methodStatic memberReadXml
Deserializes an object of the specified type from the specified XML reader.
Public methodStatic memberToMemoryStream
Serializes the specified object to a binary stream.
Public methodStatic memberWriteXml
Serializes the specified object to xml and adds it to the specified xml writer.
Top
See Also