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

Rename JsonStreamContext as TokenStreamContext #15

Closed
cowtowncoder opened this issue Oct 5, 2017 · 0 comments
Closed

Rename JsonStreamContext as TokenStreamContext #15

cowtowncoder opened this issue Oct 5, 2017 · 0 comments

Comments

@cowtowncoder
Copy link
Member

(and probably similarly sub-classes, into TokenWriteContext / TokenReadContext)

Continuing with theme of reducing "json" in names where not actually relevant, let's rename low-level context object. Part of the reason this renaming is important is the addition of two new abstractions:

  • ObjectWriteContext: context databind passes for serialization state, configuration
  • ObjectReadContext: context databind passes for deserialization state, configuration

which are more compatible with "token stream" naming, over generic stream and read, write.

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