Visualforce Remoting Exception: Unexpected type for MyController.myMethod(CustomObject)
What happened in Background : This error mainly happened when the javascript object set incorrect type value to the object fields. So we can check the assigned values. but every body normally check the value but not the field type with the assigned value we need to check both of that. After check again the error display means we need to check the date field value. because mainly the javascript remoting can set the default value as null. What kind of value set in date field it shows what kind of error happening is given below as deep, 1. null when using the null to assign the value than java script remoting throws the Visualforce Remoting Exception: Unexpected type for Mo...