Responder Developer Guide
Deserialize Method (SettingsSerializer)


Syntax
'Declaration
 
Public Shared Function Deserialize( _
   ByVal file As String, _
   ByVal folder As Environment.SpecialFolder, _
   ByVal type As Type _
) As Object
'Usage
 
Dim file As String
Dim folder As Environment.SpecialFolder
Dim type As Type
Dim value As Object
 
value = SettingsSerializer.Deserialize(file, folder, type)
public static object Deserialize( 
   string file,
   Environment.SpecialFolder folder,
   Type type
)

Parameters

file
folder
type
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