(serializerCompiler)
| 740 | } |
| 741 | |
| 742 | function setSerializerCompiler (serializerCompiler) { |
| 743 | throwIfAlreadyStarted(class="st">'Cannot call "setSerializerCompiler"!') |
| 744 | this[kSchemaController].setSerializerCompiler(serializerCompiler) |
| 745 | return this |
| 746 | } |
| 747 | |
| 748 | function setSchemaController (schemaControllerOpts) { |
| 749 | throwIfAlreadyStarted(class="st">'Cannot call "setSchemaController"!') |
nothing calls this directly
no test coverage detected