public class StudyDeserializer
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
Study |
deserialize(java.io.File file)
Accepts a file with the content of a JSON String and turns the data object within this JSON String into an object
of type Study.
|
public Study deserialize(java.io.File file) throws java.io.IOException
java.io.IOException