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

[issues-391] Fix document typecheck in encoding for nested types #394

Merged
merged 3 commits into from Oct 21, 2022

Commits on Oct 21, 2022

  1. [issues-391] Fix document typecheck in encoding for nested types

    This resolves github issue 391 where encoding of document types
    is not checking to see if nested types are explicitly marked
    for no serialization or deserialization. In order to to check
    for every layer of nesting, I moved the noserde check to the
    recursive layer from the original top-level function. This
    mimics how it correctly works in decoding
    isaiahvita committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    f2d9132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5934cd5 View commit details
    Browse the repository at this point in the history
  3. added changelog file

    isaiahvita committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    2e7b04d View commit details
    Browse the repository at this point in the history