System.Windows.Browser.HostServices.JsonSerialize C# (CSharp) Method

JsonSerialize() private method

private JsonSerialize ( ScriptObject obj ) : string
obj ScriptObject
return string
		public string JsonSerialize (ScriptObject obj)
		{
			throw new NotImplementedException ();
		}