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

Make the MessagePackParser#type field public #799

Open
ArtDu opened this issue Feb 14, 2024 · 0 comments · May be fixed by #800
Open

Make the MessagePackParser#type field public #799

ArtDu opened this issue Feb 14, 2024 · 0 comments · May be fixed by #800

Comments

@ArtDu
Copy link

ArtDu commented Feb 14, 2024

private enum Type
{
INT, LONG, DOUBLE, STRING, BYTES, BIG_INT, EXT
}
private Type type;

It's needed us to determine whether we have extension value or byte array in deserialazer.

@ArtDu ArtDu linked a pull request Feb 14, 2024 that will close this issue
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 a pull request may close this issue.

1 participant