Click or drag to resize

ISerializeSerializeT Method

Serializes the object which implements the ISerialize interface

Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
bool Serialize<T>(
	string filenameWithoutExtension = null,
	Type[] extraTypes = null
)
where T : class

Parameters

filenameWithoutExtension  String  (Optional)
 
extraTypes  Type  (Optional)
 

Type Parameters

T

Return Value

Boolean
See Also