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
{{ message }}
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
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.