public void save(
SerializationModeEnum mode
) throws IOException
{
if(!new java.io.File(path).exists())
throw new FileNotFoundException("No valid source path available.");
/*
NOTE: The document file cannot be directly overwritten
as it's locked for reading by the open stream;
its update is therefore delayed to its disposal,