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 current serde implementation is inconsistent with our other serialization & deserialization implementationse. This is especially important for Scalar which is also in some events on execution-core that support serde json representations.
Possible solution
Examine the differences in how the types of this crate implement Serialize & Deserialize with serde vs. the other serde serialization implementations we now have - and align them properly.
The text was updated successfully, but these errors were encountered:
Summary
The current serde implementation is inconsistent with our other serialization & deserialization implementationse. This is especially important for Scalar which is also in some events on execution-core that support serde json representations.
Possible solution
Examine the differences in how the types of this crate implement Serialize & Deserialize with serde vs. the other serde serialization implementations we now have - and align them properly.
The text was updated successfully, but these errors were encountered: