SerializationHelper Class |
Namespace: Atalasoft.Imaging
The SerializationHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue(SerializationInfo, String, Boolean) |
Get a value from a SerializationInfo object
| |
| GetValue(SerializationInfo, String, Byte) |
Get a value from a SerializationInfo object
| |
| GetValue(SerializationInfo, String, Char) |
Get a value from a SerializationInfo object
| |
| GetValue(SerializationInfo, String, DateTime) |
Get a value from a SerializationInfo object
| |
| GetValue(SerializationInfo, String, Decimal) |
Get a value from a SerializationInfo object
| |
| GetValue(SerializationInfo, String, Double) |
Get a value from a SerializationInfo object
| |
| GetValue(SerializationInfo, String, Int16) |
Get a value from a SerializationInfo object
| |
| GetValue(SerializationInfo, String, Int32) |
Get a value from a SerializationInfo object
| |
| GetValue(SerializationInfo, String, Int64) |
Get a value from a SerializationInfo object
| |
| GetValue(SerializationInfo, String, Single) | Get a value from a SerializationInfo object | |
| GetValue(SerializationInfo, String, Type) | Get an object from a SerializationInfo object. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |