How can I deep serialize an object and send it to other worker with internet?

How can I deep serialize (I mean serialize an object and all of its mutable fileds) and send it to other worker via socket, just like pickle for Python?

Try serialize.

2 Likes

https://docs.julialang.org/en/v1/stdlib/Serialization/

2 Likes