GSON constructor

GSON()

The adapter to decode and encode gson

Implementation

GSON() {
  this.decoder = new GsonDecoder();
}