The Serializer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| DeepCopyObject | Make a deep copy of the supplied object. | |
| Equals | Compares the equality of this object with another. (Overrides ObjectBase Equals(Object).) | |
| GetHashCode | Returns the hash code of this object. (Overrides ObjectBase GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LoadObjectFromBytes | Load an object from bytes. | |
| LoadObjectFromFile(String) | Load an object from a file. | |
| LoadObjectFromFile(String, SerializerOptionsConstants) | Load an object from a file, with option bits that cause fields to be selectively depersisted. | |
| LoadObjectFromStream(Stream) | Load an object from a stream. | |
| LoadObjectFromStream(Stream, SerializerOptionsConstants) | Save an object to a stream. | |
| SaveObjectToBytes | Save an object to bytes. | |
| SaveObjectToFile(IObject, String) | Save an object to a file. | |
| SaveObjectToFile(IObject, String, SerializerOptionsConstants) | Save an object to a file, with option bits that cause fields to be selectively persisted. | |
| SaveObjectToStream(IObject, Stream) | Save an object to a stream. | |
| SaveObjectToStream(IObject, Stream, SerializerOptionsConstants) | Load an object from a stream, with option bits that cause fields to be selectively depersisted. | |
| ToString | Returns a human readable string representation of the object. |
See Also