SerializeHelper Class
From HD.Common
| SerializeHelper Class | Helper帮助文档 |
序列化帮助类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class SerializeHelper
Public Class SerializeHelper
public ref class SerializeHelper
type SerializeHelper = class end
The SerializeHelper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FromBinaryT |
BinaryFormatter反序列化
| |
| FromSoapT |
SoapFormatter反序列化
| |
| FromXmlT |
文本化XML反序列化
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Load |
文件化XML反序列化
| |
| MemberwiseClone | (Inherited from Object.) | |
| Save |
文件化XML序列化
| |
| ToBinaryT |
BinaryFormatter序列化
| |
| ToSoapT |
SoapFormatter序列化
| |
| ToString | (Inherited from Object.) | |
| ToXmlT |
文本化XML序列化
|
See Also