SerializeHelper Methods | Helper帮助文档 |
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