Spread ASP.NET 6.0 Product Documentation
LoadObject Method
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > Serializer Class : LoadObject Method


Glossary Item Box

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 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

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.