Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix merging MapLikeSerializers when merging with non-empty maps #1712

Merged
merged 1 commit into from Oct 14, 2021

Commits on Oct 1, 2021

  1. Fix merging for maplikeSerializer when the map is not empty (by using…

    … the actual size * 2).
    
    The index in the conceptual array is twice the amount of elements in the list. This way the
    reading is consistent between single and multipass. Also decoders can thus use even/odd to
    determine whether to read the key or value.
    pdvrieze committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    d06c557 View commit details
    Browse the repository at this point in the history