public static Object FromJsonString(
this string json,
Type type,
JsonSerializerOptions jsonSerializerOptions = null
)<ExtensionAttribute>
Public Shared Function FromJsonString (
json As String,
type As Type,
Optional jsonSerializerOptions As JsonSerializerOptions = Nothing
) As Object[<ExtensionAttribute>]
static member FromJsonString :
json : string *
type : Type *
?jsonSerializerOptions : JsonSerializerOptions
(* Defaults:
let _jsonSerializerOptions = defaultArg jsonSerializerOptions null
*)
-> Object [缺少 "M:TouchSocket.Core.SerializeConvert.FromJsonString(System.String,System.Type,System.Text.Json.JsonSerializerOptions)" 的 <param name="json"/> 文档]
[缺少 "M:TouchSocket.Core.SerializeConvert.FromJsonString(System.String,System.Type,System.Text.Json.JsonSerializerOptions)" 的 <param name="type"/> 文档]
[缺少 "M:TouchSocket.Core.SerializeConvert.FromJsonString(System.String,System.Type,System.Text.Json.JsonSerializerOptions)" 的 <param name="jsonSerializerOptions"/> 文档]
[缺少 "M:TouchSocket.Core.SerializeConvert.FromJsonString(System.String,System.Type,System.Text.Json.JsonSerializerOptions)" 的 <returns> 文档]