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
Force polymorphic serialization in serialization tests
This ensures type information is always embedded in the serialized form. The "unknown type" serializers depend on this. Currently unknown type serializers always embed type information, but this should not be a requirement. A functionally correct implementation should only embed it in the case of polymorphic serialization.
0 commit comments