Is it possible to use serialization (i.e. apply th...
# serialization
l
Is it possible to use serialization (i.e. apply the plugin) in an IntelliJ Scratch file?
Serializable_in_Scratch_file.png
l
Thank you!
j
it is simpler to create a
main
function in the module itself and delete it later IMO
l
What do you mean?
I just use an IntelliJ Scratch file
There is no module
j
Ah okay, I usually works with a project open at the same time I use scratch files
l
Yes, I have a project open as well
But I'm not sure how creating a
main()
function would help me
j
Then a main function that you can run with the gutter icon is simpler.
You run the main function directly, forget about the scratch
l
Ah ok
Yes, maybe that's a better approach. Thank you!
🙂 1