Skip to content

Add optional field codec, which allows making other fields optional

Eric Gallimore requested to merge dev/nullable_field_codec into master

New features

  • Add OptionalFieldCodec (optional), which can be used to make a target field optional. If the optional field is false, the target field won't be included in the encoded stream.
Edited by Eric Gallimore

Merge request reports

Loading