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.