You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we are using JSONWriter to write JSON data into the file from recordable/info modules. We need to create DataWriter as a base class to leave an ability to write raw data into the file.
This will leave some flexibility and allow to encapsulate all low-level stream management code into DataWriter instead of JSONWriter.
The text was updated successfully, but these errors were encountered:
Description
Right now we are using
JSONWriter
to write JSON data into the file from recordable/info modules. We need to createDataWriter
as a base class to leave an ability to write raw data into the file.This will leave some flexibility and allow to encapsulate all low-level stream management code into
DataWriter
instead ofJSONWriter
.The text was updated successfully, but these errors were encountered: