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 application implementation of IonReader and IonWriter #11

Open
almann opened this issue Apr 17, 2016 · 3 comments
Open

Support application implementation of IonReader and IonWriter #11

almann opened this issue Apr 17, 2016 · 3 comments
Labels

Comments

@almann
Copy link
Contributor

almann commented Apr 17, 2016

We need to stabilize the interface so applications can implement it.

Imported from ION-183,IONJAVA-72

@jonwilsdon
Copy link

We need to investigate whether this is useful.

@pbcornell pbcornell changed the title Support application implementation of IonReader Support application implementation of IonReader and IonWriter Jul 1, 2019
@pbcornell
Copy link

pbcornell commented Jul 1, 2019

Here's an example of when this would be useful: amazon-ion/ion-hash-java#20

A schema-validating reader/writer would be another example.

@toddjonker
Copy link
Contributor

Another use case: I have an object model whose data I want to expose via an IonReader, so the data can be consumed as if it were serialized, without going through the expense of doing so. This is effectively what can be done today for IonValues, but in user-space for other data models.

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

4 participants