marshalling data structures between perl <-> php <-> python

Paul Rubin phr-n2001d at nightsong.com
Fri Dec 21 07:59:59 EST 2001


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.

XDR, maybe.



More information about the Python-list mailing list