Exemplo n.º 1
0
  public JsonSerialization() {
    super();

    jsonWriter = new JsonWriter();
    jsonWriter.setOutputType(JsonOutputType.json);
    jsonWriter.setQuoteLongValues(false);

    DataWriter<JsonString> writer = jsonWriter;

    this.setWriter(writer);
  }