# Description The `root` option for `ClassOptions` and `PropertyOptions` can have only one level. This enhancement should add support for multiple levels. ## Example ``` TypeScript @Serialize({ root: 'one.two.three.four.etc' }) class Test {} ```
Description
The
rootoption forClassOptionsandPropertyOptionscan have only one level. This enhancement should add support for multiple levels.Example