Utility.Deserialize Method
Deserializes a generic XML-serializable object from an XML file.
[Visual Basic]Public Shared Function Deserialize( _
ByVal
file As
String, _
ByVal
type As
Type _
) As
Object Parameters
- file
- XML File
- type
- Type of object
Return Value
The new deserialized object
See Also
Utility Class | NETXP.Library Namespace