# Writers

The writer class needs to extend the Writer class. This is the only place where document related to your model should be writing from. Public reading of data should also not be done here, but in the matching provider class.

If you need to read in order to write, this is permitted. But a method that reads data without writing, should not be placed in this class.

Last Updated: 7/15/2022, 3:12:37 PM