You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the change tracker consider the value before or after conversion? In other words, if I have a JObject property and a conversion serializing it to a string, can I change its contents and have it save because the serialized value would be different than the loaded value?
The text was updated successfully, but these errors were encountered:
@togakangaroo To add to what Andriy said, we compare without converting mostly because the other way would require many conversions just to detect changes, which would be very slow.
Does the change tracker consider the value before or after conversion? In other words, if I have a
JObject
property and a conversion serializing it to a string, can I change its contents and have it save because the serialized value would be different than the loaded value?The text was updated successfully, but these errors were encountered: