Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow missing trailing fields to be deserialised into None
Before this patch we would fail to deserialise a struct with a trailing optional field if the field was completely absent from the serialised version. We only supported serialised fields that were explicitly set to `None` by being tagged with a 0 prefix.
- Loading branch information