Closed Tarmil closed 1 year ago
This adds a new option .WithSkippableOptionFields() that essentially restores the pre-1.0 behavior of fields of type option and voption: during deserialization, a missing field is deserialized as None / ValueNone.
.WithSkippableOptionFields()
option
voption
None
ValueNone
See #138 and #140.
This adds a new option
.WithSkippableOptionFields()
that essentially restores the pre-1.0 behavior of fields of typeoption
andvoption
: during deserialization, a missing field is deserialized asNone
/ValueNone
.See #138 and #140.