ZSerializableMixin

Mixin interface for components that can be serialized.

This interface provides the contract for serialization capabilities, allowing components to expose their data for serialization and deserialization operations.

Type Parameters

D

The type of the data associated with this component. It must inherit from ZComponentData.

Inheritors

Properties

Link copied to clipboard
abstract val data: D

Provides access to the component's serializable data.