struct ManagedSerializableDelta::ModifiedDictionaryEntry

Inherits: IReflectable

Represents a single modified dictionary entry.

Public

Constructors

ModifiedDictionaryEntry

ModifiedDictionaryEntry() = default

ModifiedDictionaryEntry

ModifiedDictionaryEntry(const SPtr<ManagedSerializableFieldData> &key, const SPtr<Modification> &modification)

Methods

staticGetRttiStatic

static RTTIType *GetRttiStatic()

GetRtti

RTTIType *GetRtti() const override

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

Fields

Key

Serialized value of the key for the modified entry.

Modification

Recorded modification(s) on the dictionary entry value.