I have a web service that converts a list of objects to json and returns that json. For some reasons I need to change the return type to OData. I don't know how to do it. Anyone can help?
return serializer.Deserialize(stream) as MyObject;
Aucun commentaire:
Enregistrer un commentaire