-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
T: Dev UXUX for SDK developers (i.e. how to call our code)UX for SDK developers (i.e. how to call our code)T:DocsChanges and features related to documentation.Changes and features related to documentation.
Description
Summary
Data serialization is at the core of every module. We need to process user input, serialize data in a storage and send the responses. We don't clearly document how we should do that.
Problem Definition
Dealing with data serialization can be problematic. We have bunch of functions in codec
or Marshaler
interface. We should document with examples what one have to do properly serialize data structures, interfaces and do interface implementation registration. Moreover we should document the best practice to manage a codec.Marshaler
and avoid copying / recreating it through the simapp.
Proposal
Documentation + best practice document.
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
colin-axner and amaury1093
Metadata
Metadata
Assignees
Labels
T: Dev UXUX for SDK developers (i.e. how to call our code)UX for SDK developers (i.e. how to call our code)T:DocsChanges and features related to documentation.Changes and features related to documentation.