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
It appears that the root cause of the issue is that the original JSON representation for a WrappedMessage does not contain sufficient information for the object to be recreated and will actually produce an invalid JSON object if the message contained within WrappedMessage consists of multiple fields.
For example, WrappedMessage(UUID) will result in the following invalid JSON being generated:
Reading JSON bytes will fail if the original Protobuf bytes contain a WrappedMessage.
Throws:
The text was updated successfully, but these errors were encountered: