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
After updating from 15.3.0 to 16.0.0 the deserializer no longer sees private/internal/etc properties even when built with DeserializerBuilder.IncludeNonPublicProperties().
Ok, just looked at it, I'll have a fix for it. What it really is is that YamlMember isn't read on non public properties/fields. For example, using the following yaml works:
After updating from 15.3.0 to 16.0.0 the deserializer no longer sees private/internal/etc properties even when built with
DeserializerBuilder.IncludeNonPublicProperties()
.The text was updated successfully, but these errors were encountered: