Files
python-ganttclient/nova/tests
Rick Harris d5872c2234 xenapi: Make dom0 serialization consistent.
The dom0 plugin code had been using `pickle` for serializing input and
`json` for serializing output which was needlessly inconsistent. This
patch makes the code use `pickle`--chosen for its better handling of
`datetime` objects--for both sending and receiving data.

This patch also refactors the code so that neither the caller nor the
callee need to explicitly worry about serialization: the caller just
passes in args and kwargs, and the callee's function signature just
accepts the args and kwargs as usual.

Bonus: Removes unecessary imports

Change-Id: I3abb42eeebd8d37d67e6c26fa7bcae66d876b3ee
2012-09-07 21:27:24 +00:00
..
2012-09-04 23:18:08 +00:00
2012-07-02 15:57:09 -05:00
2011-08-04 23:01:22 -05:00
2012-08-17 13:35:05 +08:00
2012-08-21 15:11:35 +00:00
2012-09-04 23:18:08 +00:00
2012-08-17 13:35:05 +08:00