Click or drag to resize

ISerializeDeserializeT(String, Type) Method

De-serializes the Xml file as serialized by the [!:Serialize(bool)] method

Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
T Deserialize<T>(
	string filename,
	Type[] extratypes = null
)

Parameters

filename  String
 
extratypes  Type  (Optional)
 

Type Parameters

T

Return Value

T
See Also