Spread for ASP.NET 7.0 Product Documentation
LoadObject Method
See Also  Support Options
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 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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.