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
I found that we have implemented serde::Serialize for common types, but it seems that there is no implementation of Deserialize. This is very important for scenarios that need to deserialize back to the original type. I hope we can add this capability.
The text was updated successfully, but these errors were encountered:
I found that we have implemented
serde::Serialize
for common types, but it seems that there is no implementation ofDeserialize
. This is very important for scenarios that need to deserialize back to the original type. I hope we can add this capability.The text was updated successfully, but these errors were encountered: