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

Fixed deserializing null String #411

Merged
merged 2 commits into from
Nov 11, 2021
Merged

Conversation

rashtao
Copy link
Collaborator

@rashtao rashtao commented Oct 22, 2021

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