Croepha,

You may find it simpler and sufficiently efficient to compress your
objects in whatever format they exist (pickle, json, xml, etc) and send
the compressed equivalents vs. trying to diff on side and reassemble on
the other side.

Malcolm
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to