The files (HRSchemaSerializer.h and .cpp) are too big and contain a lot of classes. Extract the classes into the new files:
1) All HRSchemaSerializer constants -> Constants.h and .cpp
2) Tokenizer and ParsedPairs -> Tokenizer.h and .cpp
3) ReadFailed, WorkflowSchemaReaderData and FlowGraph -> Utils.h and .cpp
Use the new WorkflowSerialize namespace for the extracted classes.
- relates to
-
UGENE-2353 UWL: move the markers section into the marker element section
- Closed