Saving a wordlist with IOObjectWriter does not work
kochan
New Altair Community Member
IOObjectWriter gives me the possibility of saving a WordList object. However, when I run the process I get a NotSerializableException. Is that because WVTWordList does not implement the Serializable interface?
Regards,
Andreas
Tagged:
0
Answers
-
Hi Kochan,
in such cases, please always attach stack traces. What is it that is not serializable?
Best,
Simon
0 -
Hi again,
ok, I checked myself. In fact, the WordList which was introduced as an IOObject only in the last version, is serializable. However, the classes in the word vector tool library (over which we do not have control) are not. Hence, you cannot serialize it as "binary". XML serialization, however, works.
For 5.0, when the text plugin moves to the core, we will add full serialization support for the word lists.
Best,
Simon
0