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 was archived by the owner on Feb 22, 2020. It is now read-only.
The sample class I add earlier was
and the response on getting list of authors was
After adding DataMember to each property like below
I was able to get the name and dob as part of the response
Must I add the attribute [DataMember] to every field of my POCO classes before it could map to a field in the container document?