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

Add write support for local symbol table append. #23

Open
tgregg opened this issue Dec 12, 2019 · 0 comments
Open

Add write support for local symbol table append. #23

tgregg opened this issue Dec 12, 2019 · 0 comments
Milestone

Comments

@tgregg
Copy link
Contributor

tgregg commented Dec 12, 2019

After read support for local symbol table append is added (see #22 ), write support should be added.

This should be triggered via IIonWriter.Flush. When that method is called, all buffered data is flushed. If any symbol tokens are subsequently written, their symbols will be added to the stream via local symbol table append syntax.

Note: IIonWriter.Finish should flush all buffered data and reset the symbol table context, such that a brand new local symbol table will precede any subsequent values that contain symbol tokens.

@tgregg tgregg added this to the Post-GA milestone Dec 17, 2019
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

No branches or pull requests

1 participant