REST.JsonReflect.TRttiMetadataProvider.GetMemberToDeserialize
Delphi
function GetMemberToDeserialize(const AType: TRttiType; const AName: string): TRttiDataMember; overload;
function GetMemberToDeserialize(const AObj: TObject; const AName: string): TRttiDataMember; overload;
C++
System::Rtti::TRttiDataMember* __fastcall GetMemberToDeserialize(System::Rtti::TRttiType* const AType, const System::UnicodeString AName)/* overload */;
System::Rtti::TRttiDataMember* __fastcall GetMemberToDeserialize(System::TObject* const AObj, const System::UnicodeString AName)/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | REST.JsonReflect.pas REST.JsonReflect.hpp |
REST.JsonReflect | TRttiMetadataProvider |
Description
Embarcadero Technologies does not currently have any additional information.