JuliaPy / JuliaPy/PythonCall.jl
Support serialising/pickling recursive types
- 主要语言
- Julia
- 星标
- 1.1k
- 派生
- 86
- 平均合并
- 1 天 22 小时
- 30 天内合并 PR
- 3
描述
This can be done by having a custom `Pickler` and `Unpickler` classes which take a Julia `Serializer` on construction which is used to serialize any Julia objects it sees in `persistent_id`. These classes are used when serializing a Python object.
Similarly we can have a custom `Serializer` type which takes a Python `Pickler` and `Unpickler` on construction which is used to (de-)serialize any Python objects it sees. This class is used when pickling/unpickling a Julia object.
贡献指南
这个仓库没有索引到贡献指南
调研方向
The issue names no files, tests, or entry points. Start by locating the existing Python pickling and Julia serialization implementations, then trace how objects cross the language boundary. Done means recursive Julia and Python objects can be serialized and deserialized through the proposed custom Pickler, Unpickler, and Serializer types.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- julia, python
- 领域
- backend
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100