Click or drag to resize

ISerialize Interface


Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public interface ISerialize

The ISerialize type exposes the following members.

Methods
 NameDescription
Public methodStatic memberDeserializeT(Type) De-serializes the Default object as serialized by the [!:Serialize(bool)] method
Public methodStatic memberDeserializeT(String, Type) De-serializes the Xml file as serialized by the [!:Serialize(bool)] method
Public methodSerializeT Serializes the object which implements the ISerialize interface
Top
See Also