struct ManagedSerializableDelta::ModifiedDictionary

Inherits: Modification

Contains data about all modifications in a dictionary.

Public

Methods

staticCreate

static SPtr<ModifiedDictionary> Create()

staticGetRttiStatic

static RTTIType *GetRttiStatic()

GetRtti

RTTIType *GetRtti() const

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

~Modification

virtual ~Modification() noexcept = default

Fields

Entries

Vector<ModifiedDictionaryEntry> Entries

A list of modified entries in the dictionary.

Removed

Vector<SPtr<ManagedSerializableFieldData>> Removed

A list of keys for entries that were removed from the dictionary.