d1f6efb rpc: add testing of RPC JSON (de)serialization

Authored and Committed by berrange 8 years ago
    rpc: add testing of RPC JSON (de)serialization
    
    The virNetServer class has the ability to serialize its state
    to a JSON file, and then re-load that data after an in-place
    execve() call to re-connect to active file handles. This data
    format is critical ABI that must have compatibility across
    releases, so it should be tested...
    
        
file modified
+7 -0