Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the System.Runtime.Serialization.Json namespace?

I've added the reference to System.Runtime.Serialization dll to my project but still can't find the System.Runtime.Serialization.Json namespace and hence can't find the DataContractJsonSerializer class. What am I missing here?

like image 780
Kayes Avatar asked Apr 21 '10 10:04

Kayes


1 Answers

Try in System.ServiceModel.Web.dll

like image 155
Marc Gravell Avatar answered Sep 20 '22 09:09

Marc Gravell