Closed roookeee closed 5 years ago
As its not possible to reference the currently being built mapper it is impossible to convert self-recursive data-structures (e.g. trees, double-linked-lists).
It is possible via a delegation object. I won't implement this in datus but will document it in the USAGE.md
Done and documented in develop
As its not possible to reference the currently being built mapper it is impossible to convert self-recursive data-structures (e.g. trees, double-linked-lists).