marshalling data structures between perl <-> php <-> python
Kragen Sitaker
kragen at pobox.com
Fri Dec 21 07:11:46 EST 2001
More information about the Python-list mailing list
Fri Dec 21 07:11:46 EST 2001
- Previous message (by thread): marshalling data structures between perl <-> php <-> python
- Next message (by thread): marshalling data structures between perl <-> php <-> python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tripp Scott <tripps81 at yahoo.com> writes: > aside from using XML-RPC, what python module can i use to > marshall data structures (possibly a combination of lists, > dictionaries, and scalars of ints, floats, ascii strings, and > null values) between these three languages? i prefer a compact, > common binary format rather than XML. "common"? Well, there's pickle, but it's not very "common". Can you give an example of a format you'd like?
- Previous message (by thread): marshalling data structures between perl <-> php <-> python
- Next message (by thread): marshalling data structures between perl <-> php <-> python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list