Skip to content

Conversation

@arjan-bal
Copy link
Collaborator

This PR add methods on the Message trait to support encoding/decoding messages. It is the responsibility of the transport to call these new methods. This allows the in-memory transport to transfer objects without serialization. An Allocator trait is introduced to create response messages in an object safe way. The usage of the Allocator on the server is missing, a NoOp implementation is used to avoid build failures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants