()
| 125 | } |
| 126 | |
| 127 | getSerializerBuilder () { |
| 128 | return this.compilersFactory.buildSerializer || (this.parent && this.parent.getSerializerBuilder()) |
| 129 | } |
| 130 | |
| 131 | getValidatorBuilder () { |
| 132 | return this.compilersFactory.buildValidator || (this.parent && this.parent.getValidatorBuilder()) |