ZComponent Serializer
Abstract base class for serializing ZComponent instances.
This class provides a framework for converting components to and from serialized data formats. It handles the serialization logic for both ZSerializableComponent and ZOmniComponent instances, ensuring proper data persistence and restoration.
Type Parameters
T
The type of the component being serialized. Must inherit from ZComponent.
D
The type of the data associated with the component.