ConfigurationStorageInVaultDeserializeT(String, T) Method
            
            Method to load the configuration from the specified string. Populates an existing object.
            
            
            
              Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public virtual void Deserialize<T>(
	string configurationData,
	T configuration
)
where T : class
- configurationData  String
- The configuration data from which the configuration object should be loaded from.
- configuration  T
- The configuration object to populate.
- T
- The configuration object's type.
IConfigurationStorageDeserializeT(String, T)