Hi Dimitri, Does you library allow simply deserializing scala documents?
I'm trying to pass documents from ODB to APIs that accept scala List, Map, ... types. Using the scala.collections.Java convertors fails because documents are recursive structures (thus ideally, the conversion to scala types need to happen from the document leaves up). - Stuart On Friday, July 3, 2015 at 12:12:25 AM UTC-7, Dmitriy Parenskiy wrote: > > Hi! > I am create simple mapping library for Scala and OrientDb. > Features: > > - Serialize/deserialize case classes to/from ODocument and save case > classes to OrientDb. > - DSL for create OClasses. > - DSL for query by SQL with exctract case classes from documents. > - And more (in progress). > > This library is still in alpha, but I use some parts of it in my > production project. > Welcome to contribute! > Github repo: https://github.com/dimparf/Soriento > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
