Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Standardize message serialization #83

Open
AddressXception opened this issue Feb 21, 2020 · 0 comments
Open

Standardize message serialization #83

AddressXception opened this issue Feb 21, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@AddressXception
Copy link
Contributor

Feature Request

Is your feature request related to a problem? Please describe.
Currently message serialization is done using a proprietary (but lightweight) mechanism for allocating memory and serializing objects into the memory space. While this is useful for working with the library internally, it requires consumers to implement the serialization protocol manually.

Describe the solution you'd like
Serialize messages internally and externally to a standardized format that can be easily consumed from other languages. Ideally serialization should be lightweight and fast.

Some alternatives include: messagepack, protobuf, BSON, etc.

Describe alternatives you've considered
building a custom serializer & implementations in common languages

@AddressXception AddressXception added this to the Phase 4 milestone Feb 21, 2020
@AddressXception AddressXception added the enhancement New feature or request label Feb 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant