Spread for ASP.NET 10 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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

Serializer Class
Serializer Members
SaveObject Method

 

 


Copyright © GrapeCity, inc. All rights reserved.