When I try doing the serialization examples from Ruminations of a Programmer's "JSON Serialization for Scala Objects" article I run into the error:
Exception in thread "main" java.lang.NoClassDefFoundError: scala/util/parsing/syntax/Tokens.
I have found that it happens when trying to deserialize. I was just wondering if there was a simple fix. I would really like not having to redo my whole project and downloading all my jars again.