ConfigurationStorageInVaultDeserialize Method (Type, String) |
Method to load the configuration from the specified string. Creates a new object.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic virtual Object Deserialize(
Type configType,
string configurationData
)
Public Overridable Function Deserialize (
configType As Type,
configurationData As String
) As Object
public:
virtual Object^ Deserialize(
Type^ configType,
String^ configurationData
)
Parameters
- configType
- Type: SystemType
The type of the configuration object to be loaded. - configurationData
- Type: SystemString
The configuration data from which the configuration object should be loaded from.
Return Value
Type:
ObjectImplements
IConfigurationStorageDeserialize(Type, String)
See Also