public class StudyUploadUnmarshaller extends UploadUnmarshaller<Study>
For each unmarshalling a new instance of this unmarshaller has to be created.
jsonUtils
Modifier and Type | Method and Description |
---|---|
protected Study |
concreteUnmarshaling(java.lang.String jsonStr)
Accepts an JSON String and turns the data object within this JSON String
into an object of type Study.
|
unmarshalling
protected Study concreteUnmarshaling(java.lang.String jsonStr) throws java.io.IOException
concreteUnmarshaling
in class UploadUnmarshaller<Study>
java.io.IOException