JuliaPy / JuliaPy/PythonCall.jl

Support serialising/pickling recursive types

オープン
#36 コメント 0 件 リアクション 1 件 担当者 0 名 GitHub で見る
enhancement
主要言語
Julia
スター
1.1k
フォーク
86
平均マージ
1日 22時間
マージ済み PR(30日)
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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。