Votorola

Package votorola.g.web

Networking by web protocols.

See: Description

Package votorola.g.web Description

Networking by web protocols.

Closure of Google Gson streams (GSONCLOSE)

JsonWriter throws an exception if the written JSON is imperfect (Gson 1.7). So be sure to close it using a try-with-resources block, which has a suppression capability, rather than a try-finally block which might mask a previously thrown exception.

Votorola