-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I have two type of strings: 1) java.lang.String and 2) org.hl7.fhir.String. I must use them. They are incompatible. I implemented a custom deserializer: StringDeserializer.java. I registered it and it works.
When the JSON has a free standing string: { ... "family" : "Jones", ... }. the StringDeserializer is called--no problem.
But when the JSON has a string as an element inside and array: { ... "given" : ["Elizabeth", "Betsy"], ... }. the StringDeserializer is not called, an error is thrown complaining about the end of array.
I inquired of Jackson and the response was that it is not a Jackson problem. I am left with this being an emfjson problem.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working