Overload | Description |
---|---|
LoadObject(Type,String,String) | Loads an object from a file previously saved with Serializer.SaveObject. |
LoadObject(Type,String,String,Assembly) | Loads an object from a file previously saved with Serializer.SaveObject. |
LoadObject(Type,Stream,String) | Loads an object from a stream previously saved with Serializer.SaveObject. |
LoadObject(Type,Stream,String,Assembly) | Loads an object from a stream previously saved with Serializer.SaveObject. |
These methods load objects previously saved with one of the Serializer.SaveObject methods.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family