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
Implement Serializable for FungibleAsset and consider changing how Asset is serialized by delegating to the implementation on FungibleAsset and NonFungibleAsset.
When is this task done?
This task is done when Serializable is implemented for FungibleAsset and Asset serialization has been reconsidered.
Additional context
No response
The text was updated successfully, but these errors were encountered:
What should be done?
Implement
Serializable
forFungibleAsset
.How should it be done?
Implement
Serializable
forFungibleAsset
and consider changing howAsset
is serialized by delegating to the implementation onFungibleAsset
andNonFungibleAsset
.When is this task done?
This task is done when
Serializable
is implemented forFungibleAsset
andAsset
serialization has been reconsidered.Additional context
No response
The text was updated successfully, but these errors were encountered: