class ManagedSerializableFieldDataEntry

Inherits: IReflectable

Contains type and value of a single field in an object.

Public

Methods

staticCreate

static SPtr<ManagedSerializableFieldDataEntry> Create(const SPtr<ManagedSerializableFieldKey> &key, const SPtr<ManagedSerializableFieldData> &value)

staticGetRttiStatic

static RTTIType *GetRttiStatic()

GetRtti

RTTIType *GetRtti() const

Returns an interface you can use to access class' Run Time Type Information.

Fields

MKey

MValue