Forward-port: Alias Dump/Load functions in ganeti.serializer to DumpJson/LoadJson
authorMichael Hanselmann <hansmi@google.com>
Fri, 6 Jun 2008 09:27:49 +0000 (09:27 +0000)
committerMichael Hanselmann <hansmi@google.com>
Fri, 6 Jun 2008 09:27:49 +0000 (09:27 +0000)
commit228538cff59581b2c7e9f94f5ce91f197efa754c
tree95aa68e7fcf6d2ca67678da2f95c21606246bd91
parent783583e95d4dd4af72175fbae4e366724c362d96
Forward-port: Alias Dump/Load functions in ganeti.serializer to DumpJson/LoadJson

The remote API will use JSON for the foreseable future, so it's better
to put the serialization format in the function name. We can still
use another serialization format for Ganeti's core.

Reviewed-by: amishchenko, schreiberal
lib/serializer.py