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

class transmission #309

Closed
FalseProtagonist opened this issue Nov 2, 2018 · 3 comments
Closed

class transmission #309

FalseProtagonist opened this issue Nov 2, 2018 · 3 comments

Comments

@FalseProtagonist
Copy link

Hi,

Reading the documentation, rpyc is using brine to transmit only immutable primitives, is there any way to extend this?

Eg. if I want to transfer a dataframe, to I need to write (and call) a serializer/deserializer each side every time? If there any way to embed this cleanly?

Sorry if this is a stupid question.

@coldfix
Copy link
Contributor

coldfix commented Nov 2, 2018

Not a stupid question at all. I think you got it exactly right. It is currently not supported to embed a custom de-/serializer, but if done cleanly, I would welcome PRs on this matter.

@FalseProtagonist
Copy link
Author

Thanks for your quick answer!

@comrumino
Copy link
Collaborator

Closing this issue since the discussion here is exhausted and is being tracked in issue #350.

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

No branches or pull requests

3 participants