Aspnet core: How do you serialize a collection of Practitioners? #2283
Unanswered
jamescanady
asked this question in
Q&A
Replies: 2 comments
-
I haven't tried this new style format, but you could take a look at the facade project I wrote that helps with writing servers using this library |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jamescanady - In your code, why do you pass |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have ran into an issue where the MVC JsonOptions is being ignored when serializing during a MVC action response.
We're trying to return a Practitioner (other Fhir Objects) back as a response from MVC api requests.
The output we're getting isn't serialized properly, its as if the jsonOptions are being ignored for this request.
are there any suggestions on how to wire up the serialization options to allow for the correct response from the action?
Beta Was this translation helpful? Give feedback.
All reactions