corda / net.corda.core.serialization / SerializationContext / carpenterDisabled

carpenterDisabled

abstract val carpenterDisabled: Boolean

If true, deserialization calls using this context will not fallback to using the Class Carpenter to attempt to construct classes present in the schema but not on the current classpath.

The default is false.