Spread Windows Forms 6.0 Product Documentation
SaveObject Method
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

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