Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MethodParams update and implementation #103

Merged
merged 5 commits into from
Dec 13, 2019
Merged

Conversation

austinabell
Copy link
Contributor

Uses deref trait for each to allow usage of the underlying vectors when needed if that's confusing

This will represent how parameters will be passed into the Actor methods, current implementations use their own serialization, but spec and what makes most sense now is to just have a vector of serialized bytes which will be decoded as necessary.

@austinabell austinabell merged commit 1bd0168 into master Dec 13, 2019
@austinabell austinabell deleted the austin/methodparams branch December 13, 2019 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants