-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[issues-391] Fix document typecheck in encoding for nested types (#394)
* [issues-391] Fix document typecheck in encoding for nested types This resolves #391 where encoding of document types is not checking to see if nested types at every layer are explicitly marked for no serialization or deserialization. I moved the check into the recursive layer that way every nested type would get checked. This mimics how decoding is correctly handling this issue.
- Loading branch information
1 parent
4994e29
commit a308d23
Showing
3 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"id": "52ea7af0-68da-449f-9186-98755a7d0f01", | ||
"type": "bugfix", | ||
"description": "fixed document type checking for encoding nested types", | ||
"modules": [ | ||
"." | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters