[Q] Web Application Development with Python

Paul Boddie paul at boddie.net
Thu Feb 6 06:33:31 EST 2003


Tim Lavoie <tlavoie at acm.org> wrote in message news:<87r8amith6.fsf at theasylum.dyndns.org>...
> 
> The only caveat there is that you would not use serialized Java
> objects as the data stream.

http://py.vaults.ca/apyllo.py?i=307661432

  "a Python class compatible with java's DataInputStream &
DataOutputStream"

Not exactly serialised objects, but suitable for Java primitive type
values and possibly extensible to dealing with objects.

Paul




More information about the Python-list mailing list