[OperationContract]
[WebGet(RequestFormat = WebMessageFormat.Json)]
public List<DataModal.Employee> GetCustomers()
I want to return list of employee which is Entity Model object type. How they can be serialize by default or need to write some code. I am using jquery.