Click or drag to resize
AkCommonSerialize Method
序列化对象到字符串。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string Serialize(
	Object obj
)

Parameters

obj
Type: SystemObject
对象。

Return Value

Type: String
字符串。
See Also