示例#1
0
文件: JSON_IO.cs 项目: TheByte/sones
 public Byte[] ExportQueryResult(QueryResult myQueryResult)
 {
     return Encoding.UTF8.GetBytes(myQueryResult.ToJSON().ToString(Formatting.Indented));
 }