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

RequiresManagedSerializer() private method

private RequiresManagedSerializer ( ScriptObject obj ) : bool
obj ScriptObject
return bool
		public bool RequiresManagedSerializer (ScriptObject obj)
		{
			throw new NotImplementedException ();
		}