Data Capture Context Deserializer Result

Defined in package com.scandit.datacapture.core.capture.serialization

Warning

The deserialization API is not yet stable and will still change over the coming releases.

DataCaptureContextDeserializerResult
class DataCaptureContextDeserializerResult

Added in version 6.1.0

The result of a data capture context deserialization.

dataCaptureContext
val dataCaptureContext: DataCaptureContext

Added in version 6.1.0

The context created or updated through the deserialization.

view
val view: DataCaptureView?

Added in version 6.1.0

The view created or updated through the context deserialization.

components
val components: List<DataCaptureComponent>

Added in version 6.3.0

All components created or updated through the context deserialization.

warnings
val warnings: List<String>

Added in version 6.1.0

The warnings produced during deserialization, for example which properties were not used during deserialization.