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
The text was updated successfully, but these errors were encountered:
MarcBoissonneault
changed the title
SDK msut serialize/desiralize binary data to/from data_base64 instead on data
SDK must serialize/deserialize binary data to/from data_base64 instead on data
Mar 23, 2020
MarcBoissonneault
changed the title
SDK must serialize/deserialize binary data to/from data_base64 instead on data
SDK must serialize/deserialize binary data to/from data_base64 instead of dataMar 23, 2020
As mentioned here in the spec the data must be serialize/deserialize to/from
data_base64
when the data is determined to be binary.For serialization examples, see the go implementation, or the C# implementation
For deserialization examples, see the go implementation, the java implementation, or the C# implementation
The text was updated successfully, but these errors were encountered: