West Wind Application Settings for .NET |
wwUtils.DeSerializeObject
|
Deserializes an object from file and returns a reference.
Syntax: |
public static object DeSerializeObject( string Filename, Type ObjectType, bool BinarySerialization ); |
| Return: | Instance of the deserialized object or null. Must be cast to your object type |
| Parameters: |
Filename name of the file to serialize to ObjectType BinarySerialization
|
Overloads: