Hi,
> On 18. Oct 2023, at 17:54, Stefano Butelli <
butelli...@gmail.com> wrote:
>
> I would like to resume the annotations of an old exported project (same version) but I need to change all the references to the users as these have changed. I replaced the user names in the jsons but I can't open the .ser files. Using a free tool I think I have decompressed them but I still can't open them with notepad. (I'm confident in python if needed) What should I do? Thanks
There are no references to the user names inside the .ser files, so you do not have to open and change them. The names of the .ser files contain the user names, so you'd only have to rename them.
The files contain serialized Java objects. You won't be able to read them using Python. You'd need to use the Apache UIMA Java SDK if your wanted to load the .ser files.
Cheers,
-- Richard