Click or drag to resize

ISerializeDeserializeT(Type) Method

De-serializes the Default object 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>(
	Type[] extraTypes = null
)

Parameters

extraTypes  Type  (Optional)
 

Type Parameters

T

Return Value

T
See Also