  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
SyntaxObject 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
Object
See Also