Spread Windows Forms 7.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 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

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