-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Titandb - scala map doesn't persist #14
Comments
I also tried the
|
oops -- sorry -- recognized that it's Titan and that I need a Serializer... researching. will post answer when I find it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi,
I've got a case class that has a scala Map. When I persist it in tinkergraph it works fine. When I persist in Titan, I get an error
java.lang.IllegalArgumentException: Property value [Map(blah -> blah)] is of type class scala.collection.immutable.Map$Map1 is not supported
.Here is a spec for reproducing it using the InMemoryConnect.
with the following added to
SimpleSpec.scala
Do I need a marshaller ?
The text was updated successfully, but these errors were encountered: