Save(PersistableObject,Stream) Method
See Also 
SourceCode.Framework Namespace > SerializationInfoProvider Class > Save Method : Save(PersistableObject,Stream) Method



persistableObject
The persistable object.
stream
The stream.

Glossary Item Box

Saves the specified persistable object.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Save( _
   ByVal persistableObject As PersistableObject, _
   ByVal stream As Stream _
) 
Visual Basic (Usage)Copy Code
Dim instance As SerializationInfoProvider
Dim persistableObject As PersistableObject
Dim stream As Stream
 
instance.Save(persistableObject, stream)
C++/CLI 
public:
void Save( 
   PersistableObject^ persistableObject,
   Stream^ stream
) 

Parameters

persistableObject
The persistable object.
stream
The stream.

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