| 17 | _captureUnknownProperties(context.getCaptureUnknownProperties()) {} |
| 18 | |
| 19 | void ExtensibleObjectJsonHandler::reset( |
| 20 | IJsonHandler* pParent, |
| 21 | CesiumUtility::ExtensibleObject* /*pObject*/) { |
| 22 | ObjectJsonHandler::reset(pParent); |
| 23 | } |
| 24 | |
| 25 | IJsonHandler* ExtensibleObjectJsonHandler::readObjectKeyExtensibleObject( |
| 26 | const std::string& objectType, |
no test coverage detected