Cache JSON encoders and sort keys
authorMichael Hanselmann <hansmi@google.com>
Thu, 5 Nov 2009 12:31:21 +0000 (13:31 +0100)
committerMichael Hanselmann <hansmi@google.com>
Thu, 5 Nov 2009 15:36:36 +0000 (16:36 +0100)
commit02141fb152addda9835956ab84287c559e297371
treedd930a327b70c517bb4aaefeb4f8600fea290432
parentf154a7a37a0dfb0192fa29a9c906c455a2a9f66b
Cache JSON encoders and sort keys

The sort_keys argument is supported since simplejson 1.3.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
lib/serializer.py
test/ganeti.serializer_unittest.py