// ServeRPC serves bsonrpc codec with the default rpc server func ServeRPC() { rpcwrap.ServeRPC(codecName, NewServerCodec) }
// ServeRPC serves a json rpc endpoint using default server func ServeRPC() { rpcwrap.ServeRPC("json", oldjson.NewServerCodec) }