Discover how we can consistently encode and decode structs to cbor, and find out if this cbor encoded data would be transfered over the wire to other client implementations to have to match the cbor format for all types.
If a generic encoding and decoding cannot be used, explore standardizing this in a library to be used within the codebase.
Discover how we can consistently encode and decode structs to cbor, and find out if this cbor encoded data would be transfered over the wire to other client implementations to have to match the cbor format for all types.
If a generic encoding and decoding cannot be used, explore standardizing this in a library to be used within the codebase.