Gson constructor

Gson()

The adapter to decode and encode gson

Implementation

Gson() {
  decoder = GsonDecoder();
}