Click or drag to resize
SerializationUtils Class
Utility methods for serializing and deserializing objects.
Inheritance Hierarchy
SystemObject
  Slash.Serialization.UtilsSerializationUtils

Namespace: Slash.Serialization.Utils
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public static class SerializationUtils

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