The collection of entities transformed into json string ""

                List<DicCiTaboo> resultDatas = GetSaveDatas();
                var res=Serializer.Serialize(resultDatas);
                var result = Client.DataWrite<string>(ApiKey.ADMIN_DICCITABOOHANDLER_BATCHSAVECITABOOLIST, res);

 

Guess you like

Origin www.cnblogs.com/yuanshuo/p/12632182.html