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
The following code should serialize the MyString property of ClassWithPublicProperty, but it doesn't happen because GetProprties(BindingFlags.Instance | BindingFlags.Public) doesn't return base properties which are hidden by a new slot member.
The following code should serialize the
MyString
property ofClassWithPublicProperty
, but it doesn't happen becauseGetProprties(BindingFlags.Instance | BindingFlags.Public)
doesn't return base properties which are hidden by a new slot member.Expected:
{"MyString":"DefaultValue"}
Actual:
{}
The text was updated successfully, but these errors were encountered: