| Visual Basic (Declaration) | |
|---|---|
Public Overloads Shared Function Deserialize(Of T)( _ ByVal xmlPath As String, _ ByVal xsdPath As String _ ) As T | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim xmlPath As String Dim xsdPath As String Dim value As T value = modAlgorithmicOrderHelper.Deserialize(Of T)(xmlPath, xsdPath) | |
Parameters
- xmlPath
- XML file path
- xsdPath
- XSD schema file path
Type Parameters
- T
- Object's type which is deserialized