SerializationDeserializeObjectFromFile Method

Deserializes the xml into the indicated object type.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static Object DeserializeObjectFromFile(
	Type type,
	string path
)

Parameters

type  Type
Object type resulting from deserialization.
path  String
Path of the file containing the XML.

Return Value

Object
Object with the result of the deserialization.

See Also