Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
攪拌をデータテーブルに逆シリアル化する必要があります。動作する次のコードを使用しましたdTable = JsonConvert.DeserializeObject<DataTable>(json);。逆シリアル化プロセスにかかる時間を計算しました。最初の逆シリアル化には 70 ミリ秒かかります。ページを更新して計算すると、逆シリアル化に 0 ミリ秒かかります。最初と 2 番目に何が起こるか。続行するには、親切な返信を待っています。
dTable = JsonConvert.DeserializeObject<DataTable>(json);