Extend FileIO to define the save and load methods for `AbstractPath`s. The default behaviour could be to serialize the data to an IOBuffer and call `write(path, bytes)`.