In many cases, TDW re-structures output data from the build such that it is readily serializable. TDW also includes several options for serializing data and writing it to disk.
The data writers described in this lesson are not the only means of writing data. Because TDW projects vary so widely, TDW has been designed to make data writing easy, and many projects write data differently (and write different data). The options described in this lesson are often great starting points, especially for testing, but might not be the best fit for all use cases. This document offers some tips for how to create custom data writers.
Some of these options are described within this lesson and some are not. These options are described elsewhere:
Next: The Logger
add-on