englercj / kouch

A descriptive and powerful Object Data Mapper (ODM) for Couchbase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom toObject/toJSON Transforms

englercj opened this issue · comments

Right now there is no schema configuration for virtuals/getters when serializing the model. The options exist when running .toObject() but they are not passed through from the schema object.