v2 - inspect for mutations in serialization methods #2080
Labels
priority:p1
High priority but not blocking. Causes major but not critical loss of functionality SLA <=7days
type:bug
A broken experience
in #2079 I've fixed a but where the serialization code was mutating the object.
This is an issue since if you serialize the same object multiple times, you might get different results. (or depending on the ordering v2/v3)
We should inspect all serialization methods to ensure there are no more mutations of the properties, sub-objects in the serialization code.
The text was updated successfully, but these errors were encountered: