EDIT:
After I modified the web.config and I don\'t get error that\'s good.... then I add a new page (html) and write this small code to consume the serv
web.config
Add Serializable() before the type you expose
Serializable()
Serializable() Public Class YourType
Put Serializable into <>
Serializable
<>