ZSerializableImpl

constructor(component: ZBaseComponent, data: D)(source)

Parameters

component

The base component that owns this serializable implementation.

data

The data instance for this component.

Type Parameters

D

The type of the data associated with this component.