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

Improve serialization and deserialization of RawData #586

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

rashtao
Copy link
Collaborator

@rashtao rashtao commented Nov 15, 2024

Serialization and deserialization of RawBytes can directly return the bytes without parsing as Json tree and then serializing again.

This is also true for RawJson, if the data format of the serde is JSON.

@cla-bot cla-bot bot added the cla-signed label Nov 15, 2024
Copy link

sonarcloud bot commented Nov 15, 2024

@rashtao rashtao changed the title Improve serialization and deserialization performances of RawData Improve serialization and deserialization of RawData Nov 15, 2024
@rashtao rashtao merged commit 44dee29 into main Nov 15, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant