Uses of Class
com.google.gson.JsonParseException
Packages that use JsonParseException
-
Uses of JsonParseException in com.google.gson
Subclasses of JsonParseException in com.google.gsonModifier and TypeClassDescriptionfinal classThis exception is raised when Gson was unable to read an input stream or write to one.final classThis exception is raised when Gson attempts to read (or write) a malformed JSON element.Methods in com.google.gson that throw JsonParseExceptionModifier and TypeMethodDescription<T> TJsonDeserializationContext.deserialize(JsonElement json, Type typeOfT) Invokes default deserialization on the specified object.JsonDeserializer.deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context) Gson invokes this call-back method during deserialization when it encounters a field of the specified type.JsonStreamParser.next()Returns the next availableJsonElementon the reader.