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
What's the best way to introduce serde support for Array? We would need to serialize/deserialize both shape and data at the minimum. What about introducing a new type that implement Serialzie and Deserialize? eg.
What's the best way to introduce
serde
support forArray
? We would need to serialize/deserialize both shape and data at the minimum. What about introducing a new type that implementSerialzie
andDeserialize
? eg.The text was updated successfully, but these errors were encountered: