deserializedChanged

open fun deserializedChanged(old: Any?, new: Any?): Boolean

Specialized equals method for determining if a newly deserialized value is effectively equal to its old counterpart.

This method should evaluate inputs as if they are being compared with A.equals(B), even if they don't implement equals themselves. This method should include mechanisms for providing equals like behavior for inputs either way. For example, the method might re-serialize both inputs to check the serialized forms for structural equality.

Author

fzzyhmstrs

Since

0.6.0