You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: