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

docs: clarify that proto plus messages are not pickleable #260

Merged
merged 2 commits into from
Oct 8, 2021

Commits on Oct 7, 2021

  1. docs: clarify that proto plus messages are not pickleable

    Clarify that proto-plus messages are not pickleable, describe the
    alternative, and give a multiprocessing example.
    
    Note: in the future, we _may_ enable pickling proto-plus messages
    through custom extensions as described in
    https://docs.python.org/3/library/pickle.html#pickling-class-instances
    
    This is _not_ guaranteed. For the foreseeable future, the preferred
    method of serializing and deserializing proto-plus messages is
    Message.serialize and Message.deserialize
    software-dov committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    d6911d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    af2ca49 View commit details
    Browse the repository at this point in the history