zbjornson / MongoDBLink

MongoDB driver for Mathematica
http://zbjornson.github.io/MongoDBLink
MIT License
17 stars 5 forks source link

Serialize lists of mixed types #4

Closed zbjornson closed 8 years ago

zbjornson commented 8 years ago

Failing example:

In := MongoDBLink`Private`serialize[Null, {"a", 1}]
MakeJavaObject::arg: MakeJavaObject cannot convert {a,1} to a Java object. It does not operate on arguments of that type. >>
Out = $Failed