Class JsonArrayDataWriterGson

All Implemented Interfaces:
DataComponentVisitor, DataStreamWriter

public class JsonArrayDataWriterGson extends JsonDataWriterGson

Implementation of JSON data writer for writing array data inline, as a JSON array of elements where each element is itself a flat array of mixed types.

This particular implementation is based on Gson JsonWriter.

Since:
Sep 29, 2023