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 deserialization needs its own way of counting the maximum memory we need to allocate, since we might reuse some bytes from the serialized value (e.g: a serialized buffer doesn't need any allocated space for its deserialized value, we just reuse the bytes).
The text was updated successfully, but these errors were encountered:
The deserialization needs its own way of counting the maximum memory we need to allocate, since we might reuse some bytes from the serialized value (e.g: a serialized buffer doesn't need any allocated space for its deserialized value, we just reuse the bytes).
The text was updated successfully, but these errors were encountered: