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
This is from the issue #1584 where we notice there might be different behaviors across different JSON serialization and deserialization libraries when sending and receiving the direct method payloads. For instance, using Gson in Java and NewtonSoft in .NET. Therefore, it would be great to allow the users to do the serialization by their own, rather than giving the full control to the SDK internally.