I have the following code (note that I'm posting a photo instead of copy-pasting code because the project structure is also relevant):
I believe the error is because Seriallizer is in the io package and can't see GraphEditor. Howerver I've tried a lot of imports like import GraphEditor;
import src.GraphEditor;
import GraphEditor.src.GraphEditor
but none worked and I reckon I'm missing something. Thank you!