Spread for ASP.NET 8.0 Product Documentation
LoadObject Method


Loads an object from a file previously saved with Serializer.SaveObject.
Loads an object previously saved with Serializer.SaveObject.
Overload List
OverloadDescription
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.  
Remarks
These methods load objects previously saved with one of the Serializer.SaveObject methods.
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

Serializer Class
Serializer Members
SaveObject Method

 

 


Copyright © GrapeCity, inc. All rights reserved.