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
For example, JsonSerializer would return a str, but ZstdCompressor expects a bytes. So, we'd need some layer in-between to encode/decode a string into/from bytes.
The text was updated successfully, but these errors were encountered:
For example,
JsonSerializer
would return astr
, butZstdCompressor
expects abytes
. So, we'd need some layer in-between to encode/decode a string into/from bytes.The text was updated successfully, but these errors were encountered: