Skip to content

Fixed deserializing null String#411

Merged
rashtao merged 2 commits into
masterfrom
bugfix/deserializeNullString
Nov 11, 2021
Merged

Fixed deserializing null String#411
rashtao merged 2 commits into
masterfrom
bugfix/deserializeNullString

Conversation

@rashtao

@rashtao rashtao commented Oct 22, 2021

Copy link
Copy Markdown
Member

When deserializing to String, if the VPack content is not a VPack String, it is deserialized as json string.
This PR exclude the additional case of VPack null value, so that deserializing a VPack null value as String will produce null instead of "null".

@rashtao rashtao merged commit 7323ace into master Nov 11, 2021
@rashtao rashtao deleted the bugfix/deserializeNullString branch July 19, 2022 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant