-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Offer public API for Nippy type info #151
Comments
@refset Hi Jeremy, just checking if this issue is still relevant for you? Thanks |
@refset I had an opportunity today, so just went ahead with this. From my understanding of your objective, this should hopefully allow you to write a much simpler version of your get-len utility. Feedback welcome. Cheers |
Hey @ptaoussanis - thanks a lot for this, it looks great :) we'll try to find some time to kick the tyres properly soon! |
Relevant for: #147, #140 (esp. comment).
Nippy's data format consists of 2x main parts:
[byte-id type length]
tuples.java.io.DataOutput
and optional compression/encryption.(1) is currently defined by a private var (
nippy/type-ids
).The discussion on #140 concluded that it'd be useful for (1) to be made somehow public.
Just making the current
nippy/type-ids
private var public would not be ideal- we can probably offer a more convenient API to the same info.Comments/PRs welcome for ideas, otherwise I'll try take a look at this next time I'm doing some batched work on Nippy.
The text was updated successfully, but these errors were encountered: