/** Networking by web protocols. * *

Closure of Google Gson streams (GSONCLOSE)

* *

{@linkplain com.google.gson.stream.JsonWriter 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.

*/ package votorola.g.web;