ewfian / pickleparser

A pure Javascript implemented parser for Python pickle format
https://ewfian.github.io/pickleparser/
MIT License
8 stars 3 forks source link

How can I build a pickle file instead of read from pickle ? #5

Open Srreven opened 6 months ago

Srreven commented 6 months ago

Hi, I have a node backend and I want to send a message to python masonite queue backend and expect to masonites to read it as a pickle object

I want to make a Node class to become a pickle object to send it via AMQP protocol to python

ewfian commented 6 months ago

duplicated: https://github.com/ewfian/pickleparser/issues/3