We're using sohva in project.
It uses lift-json to serialize the model case classes to persist into CouchDB.
We have lazy vals in these models which we don't want them get persisted.
Is there a way to tell lift-json to ignore these attributes?
We're using sohva in project.
It uses lift-json to serialize the model case classes to persist into CouchDB.
We have lazy vals in these models which we don't want them get persisted.
Is there a way to tell lift-json to ignore these attributes?