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
Make it an error to use a property not declared as a reference to a reference when unserializing (Normally, whether something is a reference is declared in the serialization format). Add tests.
Check for edge cases involving Serializable::unserialize()
Check for invalid data repeating properties, if not already done
Add tests that type information is kept after unserializing, with/without references.