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'm not sure if there is a good way to codegen this, but the current codegen logic will not explicitly generate serde::Serialize & serde::de::Deserialize traits for types even if they are used as keys in maps which causes a crash on to_json calls
I think this is somewhat related to #96 since this crash is caused by types that have an unclear serialization format such as addresses needing to be converted to string, etc.
I'm not sure if there is a good way to codegen this, but the current codegen logic will not explicitly generate
serde::Serialize
&serde::de::Deserialize
traits for types even if they are used as keys in maps which causes a crash on to_json callsFor example, see dcSpark/cardano-multiplatform-lib#115
The text was updated successfully, but these errors were encountered: