-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
feature: json component serializer #856
Conversation
82b4591
to
8c3fe5b
Compare
I think it's worthwhile to port the LegacyHoverEventSerializer and text-serializer-gson-legacy-impl over to With options, I think it's worthwhile to have a common builder interface exposed as well -- since there are a few configurable elements. I'm not sure what your goals were with the |
ee315f8
to
8d02986
Compare
This allows common implemenattions to be used across serializer implementations.
This PR adds a new module providing an implementation agnostic JSON serializer. The intention behind this PR is to allow platforms to swap between or use alternative implementations of a json serializer (see #839) whilst still allowing consumers of the platform to work regardless of the backing impl.
work that needs doing:
[ ] do we want a common flavour of thenot worth doing in this first revisionProvider
services that normal serializers have, intended to be implemented by platforms?