--
You received this message because you are subscribed to the Google Groups "Activate Persistence Framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to activate-persist...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Now I understood your question… :) Activate don't have a functionality to transform entities from/to json. It is necessary to do it manually or using a json library.
object h2Context extends ActivateContext with Json4sContext {
val storage = new TransientMemoryStorage
protected val jsonMethods = org.json4s.native.JsonMethods
}