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