SerializationDeserializeObjectFromFile Method
Deserializes the xml into the indicated object type.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static Object DeserializeObjectFromFile(
Type type,
string path
)
Public Shared Function DeserializeObjectFromFile (
type As Type,
path As String
) As Object
- type Type
- Object type resulting from deserialization.
- path String
- Path of the file containing the XML.
ObjectObject with the result of the deserialization.