| ICargoRecordConverterDeserializeRecord Method |
This is preliminary documentation and is subject to change.
Converts JSON record object from MediaWiki Cargo API response into CLR model type.
Namespace: WikiClientLibrary.Cargo.LinqAssembly: WikiClientLibrary.Cargo (in WikiClientLibrary.Cargo.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax Object DeserializeRecord(
IReadOnlyDictionary<MemberInfo, JsonNode> record,
Type modelType
)
Function DeserializeRecord (
record As IReadOnlyDictionary(Of MemberInfo, JsonNode),
modelType As Type
) As Object
Dim instance As ICargoRecordConverter
Dim record As IReadOnlyDictionary(Of MemberInfo, JsonNode)
Dim modelType As Type
Dim returnValue As Object
returnValue = instance.DeserializeRecord(record,
modelType)
Object^ DeserializeRecord(
IReadOnlyDictionary<MemberInfo^, JsonNode^>^ record,
Type^ modelType
)
abstract DeserializeRecord :
record : IReadOnlyDictionary<MemberInfo, JsonNode> *
modelType : Type -> Object
Parameters
- record IReadOnlyDictionaryMemberInfo, JsonNode
[Missing <param name="record"/> documentation for "M:WikiClientLibrary.Cargo.Linq.ICargoRecordConverter.DeserializeRecord(System.Collections.Generic.IReadOnlyDictionary{System.Reflection.MemberInfo,System.Text.Json.Nodes.JsonNode},System.Type)"]
- modelType Type
[Missing <param name="modelType"/> documentation for "M:WikiClientLibrary.Cargo.Linq.ICargoRecordConverter.DeserializeRecord(System.Collections.Generic.IReadOnlyDictionary{System.Reflection.MemberInfo,System.Text.Json.Nodes.JsonNode},System.Type)"]
Return Value
ObjectSee Also