Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

RPC Encoding map error. #87

Description

@fallenreaper

I posted it on StackOverflow.

Essentially, it comes down to the method signature's required return type being a: Map<String,Object> doesnt parse as it should and resolved it entirely by setting it to Map<String,String> despite the fact that it was actually (and now successfully) returning a jsonified Map object from the RPC server to the client.

http://stackoverflow.com/questions/36163029/my-rcp-client-is-not-returning-a-deep-copy-of-an-object/36181858#36181858

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions