ASerialize 类
继承
ASerialize
继承成员
命名空间: Fantasy.Serialize
程序集: Fantasy.Net.dll
语法
public abstract class ASerialize : ISupportInitialize, IDisposable
方法
| 编辑本文 查看源代码AfterDeserialization()
声明
public virtual void AfterDeserialization()
BeginInit()
Signals the object that initialization is starting.
声明
public virtual void BeginInit()
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
声明
public virtual void Dispose()
EndInit()
Signals the object that initialization is complete.
声明
public virtual void EndInit()