You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.
Currently the exception is the following:
Message of InvalidDataContractException: Type 'Newtonsoft.Json.Linq.JToken' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. Alternatively, you can ensure that the type is public and has a parameterless constructor - all public members of the type will then be serialized, and no attributes will be required.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
given the following dto
this code work as expected, receiving
application/json
body and responding withapplication/json
the same request return an empty json (
{}
) with this implementationWhat's wrong with this endpoint? Isn't deserialization to
JToken
working?The text was updated successfully, but these errors were encountered: