JAMS Developer Guide
Serialize Method


Genghis Namespace > Preferences Class : Serialize Method
Serializes the userStore hashtable to an stream.
Syntax
'Declaration
 
Protected Sub Serialize( _
   ByVal fs As System.IO.FileStream, _
   ByVal dict As System.Collections.IDictionary _
) 
'Usage
 
Dim instance As Preferences
Dim fs As System.IO.FileStream
Dim dict As System.Collections.IDictionary
 
instance.Serialize(fs, dict)
protected void Serialize( 
   System.IO.FileStream fs,
   System.Collections.IDictionary dict
)

Parameters

fs
dict
Remarks
Exceptions are silently ignored.
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

Reference

Preferences Class
Preferences Members