Skip to content

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

@msgilligan

Description

@msgilligan

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.)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions