Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.14 KB

overview.md

File metadata and controls

24 lines (13 loc) · 1.14 KB
Read/Write to Disk

Overview

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.

Pre-created writers vs. custom writers

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.

Topics covered elsewhere

Some of these options are described within this lesson and some are not. These options are described elsewhere:


Next: The Logger add-on

Return to the README