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

Support deserialization of int[] #7

Closed
cowtowncoder opened this issue Mar 20, 2014 · 2 comments
Closed

Support deserialization of int[] #7

cowtowncoder opened this issue Mar 20, 2014 · 2 comments
Labels
Milestone

Comments

@cowtowncoder
Copy link
Member

Although int arrays can be serialized, they can't yet be deserialized; mostly because flexible arrays (int array builder) don't exist in JDK. So just need to figure out minimal but non-wasteful way of building such arrays; ideally for other primitives as well.

@mingfai
Copy link

mingfai commented Mar 22, 2014

+1
it supports List as a workaround. IMHO, it's better to support the feature first and optimize later. thx

@cowtowncoder
Copy link
Member Author

Implemented for 2.17.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants