ISerializeSerializeT Method |
Serializes the object which implements the ISerialize interface
Namespace: ArthaChitra.Model.CommonAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax bool Serialize<T>(
string filenameWithoutExtension = null,
Type[] extraTypes = null
)
where T : class
Parameters
- filenameWithoutExtension String (Optional)
-
- extraTypes Type (Optional)
-
Type Parameters
- T
Return Value
BooleanSee Also