struct ManagedSerializableDelta::ModifiedObject

Inherits: Modification

Contains data about all modifications in a single complex object (aside from arrays, list, dictionaries which are handled specially).

Public

Methods

staticCreate

static SPtr<ModifiedObject> 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<ModifiedField> Entries

A list of entries containing each modified field in the object.