Package com.dslplatform.json
Interface JsonReader.ReadJsonObject<T extends JsonObject>
-
- Enclosing class:
- JsonReader<TContext>
public static interface JsonReader.ReadJsonObject<T extends JsonObject>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdeserialize(JsonReader reader)
-
-
-
Method Detail
-
deserialize
@Nullable T deserialize(JsonReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
-