In message <615b1271-a9b0-4558-8e45-
e4370698d...@a16g2000pre.googlegroups.com>, rych wrote:

> I'm not quite familiar with python serialization but the picle module,
> at least, doesn't seem to be able to serialize a ctypes Structure with
> array-fields.

Remember that a ctypes structure is supposed to represent a lower-language-
level structure, which is just a block of bytes. Those bytes are the 
serialization.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to