string[] Serialize(Arguments arguments) { var json = new JavaScriptSerializer(); return arguments.Select(json.Serialize).ToArray(); }