Default Persistent Data Type
DefaultPersistentDataType represents a specialized version of CustomTypeMarker, designed to include a default value for the given complex data type.
Implementations of this interface are expected to define a default value for the associated complex type. This allows the system to handle scenarios where no specific value has been provided, enabling safer and more predictable operations when working with persistent data.
Author
Fantamomo
Since
1.0-SNAPSHOT
Parameters
C
the complex data type for which this interface provides a default value