struct
ISerialized
Inherits:
IReflectable
Base class for all data types used in intermediate IReflectable object representation.
Public
Methods
~ISerialized
virtual ~ISerialized() noexcept = default
Clone
Performs a deep clone of this object any any potential child objects.
- cloneData
- If true the data contained by the objects will be cloned as well, instead of just meta-data. If false then both the original and the cloned instances will point to the same instances of data. The original will retain data ownership and it will go out of scope when the original does.
CalculateHash
virtual u64 CalculateHash() const = 0
Calculates the hash value of the contained data.
Equals
Checks if this value matches the other provided value.
staticGetRttiStatic
static RTTIType *GetRttiStatic()