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


Glossary Item Box

Saves an object as XML to a file. Saves an object as XML to a file or stream.

Overload List

OverloadDescription
SaveObject(Object,String,String)Saves an object as XML to a file.  
SaveObject(Object,Stream,String)Saves an object as XML to a stream.  
SaveObject(Object,Type,String,String)Saves an object as XML to a file using the specified serialization interface.  
SaveObject(Object,Type,String,String,Assembly)Saves an object as XML to a file using the specified serialization interface.  
SaveObject(Object,Type,Stream,String)Saves an object as XML to a stream using the specified serialization interface.  
SaveObject(Object,Type,Stream,String,Assembly)Saves an object as XML to a stream using the specified serialization interface.  

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.