ProtectedconstructorOptionalisInternalConstructor: booleanReturns true if the diff doesn't contain any changes between the two objects.
Applies difference stored in this object to the provided object. The type of the object must be the same as the type of objects the difference was generated from.
Object to apply the difference to.
StaticwithCreates a difference of properties that are different in oldObject compared to
oldObject. The difference can later be applied to oldObject to restore it to
the same state as newObject .
Object to compare from.
Object to compare to.
A set of differences between the two objects.
Protected StaticwithCreates a difference of properties that are different in oldObject compared to oldObject. The difference can later be
applied to oldObject to restore it to the same state as newObject.
Object to compare from.
Object to compare to.
A set of differences between the two objects.
The SerializedDiff class provides functionality to create and store differences between two TypeScript objects of the same type.
Approved