ISerializeDeserializeT(String, Type) Method |
De-serializes the Xml file as serialized by the [!:Serialize(bool)] method
Namespace: ArthaChitra.Model.CommonAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax T Deserialize<T>(
string filename,
Type[] extratypes = null
)
Parameters
- filename String
-
- extratypes Type (Optional)
-
Type Parameters
- T
Return Value
TSee Also