JsonHelperSerialize Method (Object) |
序列化
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static string Serialize(
Object value
)
Public Shared Function Serialize (
value As Object
) As String
public:
static String^ Serialize(
Object^ value
)
static member Serialize :
value : Object -> string
Parameters
- value
- Type: SystemObject
[Missing <param name="value"/> documentation for "M:Adf.JsonHelper.Serialize(System.Object)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.JsonHelper.Serialize(System.Object)"]
See Also