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

Include custom Gson serialization #136

@Stumblinbear

Description

@Stumblinbear

Deepstream doesn't allow passing in a Gson object for serialization, or registering type adapters. Currently as a workaround, I serialize the object and then deserialize it back into JsonElement, then pass that into rpc.make() which then turns it back into a JSON string. It's incredibly inefficient, and if this feature could be added that would be fantastic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions