Skip to content

Refactor CBOR (de)-serialization #1

@nmdanny

Description

@nmdanny
  • Find a more generic way of deserializing Keymappable objects that does not rely on intermediate conversion to a CBOR value
    (similar to how the Serializer is implemented)
  • Find a nicer way of sorting CBOR maps without converting to intermediate CBOR values
  • Alternatively, find an alternative CBOR library that already does some of this.
    minicbor seemed almost fitting, except that it forces you to you use integer keys for all structs,
    and I need string keys for structs that aren't top level request/response objects.

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactorCode quality, refactoring without adding functionality

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions