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

Dynamic (de)serialization #3

Open
warmuuh opened this issue May 6, 2024 · 1 comment
Open

Dynamic (de)serialization #3

warmuuh opened this issue May 6, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@warmuuh
Copy link

warmuuh commented May 6, 2024

Hi.
First of all thanks for creating this library, it really scratches an itch!

I was wondering: as you took Jackson as "role model", which uses an intermediate representation (JsonNodes etc) before deserializing, does your library support usage at this level as well?
Use case: I have a dynamically supplied schema (for example when interacting with grpc server with server reflection) and want to serialise and deserialize messages using this schema on runtime.

@Auties00
Copy link
Owner

Auties00 commented May 6, 2024

Hi. First of all thanks for creating this library, it really scratches an itch!

I was wondering: as you took Jackson as "role model", which uses an intermediate representation (JsonNodes etc) before deserializing, does your library support usage at this level as well? Use case: I have a dynamically supplied schema (for example when interacting with grpc server with server reflection) and want to serialise and deserialize messages using this schema on runtime.

I have already coded support for such feature, but I decided not to include it as the performance is much worse. I could work on having it perform better though

@Auties00 Auties00 added the enhancement New feature or request label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants