Responder Developer Guide
Serialize Method (SettingsSerializer)


Syntax
'Declaration
 
Public Shared Sub Serialize( _
   ByVal file As String, _
   ByVal folder As Environment.SpecialFolder, _
   ByVal data As Object _
) 
'Usage
 
Dim file As String
Dim folder As Environment.SpecialFolder
Dim data As Object
 
SettingsSerializer.Serialize(file, folder, data)
public static void Serialize( 
   string file,
   Environment.SpecialFolder folder,
   object data
)

Parameters

file
folder
data
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

SettingsSerializer Class
SettingsSerializer Members

 

 


Send Comment