-
Notifications
You must be signed in to change notification settings - Fork 796
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: JSON encoding of FixedSizeList (#5646)
Added ability to encode the FixedSizeList type in JSON. The implementation of FixedSizeListEncoder is very similar to that of ListEncoder, but is somewhat simpler, because of the constant offset. A test was added to verify behaviour of the JSON encoder with and without explicit nulls.
- Loading branch information
Showing
2 changed files
with
136 additions
and
2 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
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