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
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
The text was updated successfully, but these errors were encountered:
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
orMarshaler
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 acodec.Marshaler
and avoid copying / recreating it through the simapp.Proposal
Documentation + best practice document.
For Admin Use
The text was updated successfully, but these errors were encountered: