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

JsonRpcServiceWrapper: use Jackson to map to custom types (after method is identified) #104

Open
msgilligan opened this issue Apr 12, 2023 · 0 comments

Comments

@msgilligan
Copy link
Member

Because the JsonRpcRequest is deserialized before we identify the method name, the parameters (of type Object) are deserialized to generic Java types. If we delay the deserialization (probably by using the JsonNode type as an intermediate representation) we should be able to use the Method object for the method to deserialize to specific types (e.g. Coin, etc.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant