Quantcast
Channel: かずきのBlog@hatena
Viewing all articles
Browse latest Browse all 1387

ASP.NET WebAPIで循環参照を持ったオブジェクトを返したい

$
0
0

ということで、元ネタはこちらです。

Serializing Circular References with JSON.Net and Entity Framework

Serializing Circular References with JSON.Net and Entity Framework

基本的に参照先のでいいのですが、ちょっとクラス名が変わってました。

var jsonSerializerSettings = new JsonSerializerSettings
{
    PreserveReferencesHandling = PreserveReferencesHandling.Objects
};
config.Formatters.Clear();
// 参照先ではJsonFormatterというクラスになってた
config.Formatters.Add(new JsonMediaTypeFormatter { SerializerSettings = jsonSerializerSettings });

数時間悩んだよ。


Viewing all articles
Browse latest Browse all 1387

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>