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
Although int arrays can be serialized, they can't yet be deserialized; mostly because flexible arrays (int array builder) don't exist in JDK. So just need to figure out minimal but non-wasteful way of building such arrays; ideally for other primitives as well.
The text was updated successfully, but these errors were encountered:
Although int arrays can be serialized, they can't yet be deserialized; mostly because flexible arrays (int array builder) don't exist in JDK. So just need to figure out minimal but non-wasteful way of building such arrays; ideally for other primitives as well.
The text was updated successfully, but these errors were encountered: