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
Enable serialization of public fields.
YamlDotNet will now also serialize public fields. This feature is enabled by default,
but it can be disabled by calling IgnoreFields() on the SerializerBuilder or DeserializerBuilder.