Class JsonDataWriterGson

All Implemented Interfaces:
DataComponentVisitor, DataStreamWriter
Direct Known Subclasses:
JsonArrayDataWriterGson

public class JsonDataWriterGson extends AbstractDataWriter

New implementation of JSON data writer with better efficiency since the write tree is pre-computed during init instead of being re-evaluated while iterating through the component tree.

This particular implementation is based on Gson JsonWriter.

Since:
Jan 26, 2021