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

Standardize message serialization #83

@AddressXception

Description

@AddressXception

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions