Primitive Type Marker
PrimitiveTypeMarker is a marker interface representing a primitive type within the persistent data system.
It is used to indicate types that are considered primitive in the mapping between complex and primitive data structures. These types typically represent data in a format that is easily stored or transferred, such as strings, numbers, or other basic types.
This interface works in conjunction with CustomTypeMarker and is utilized by PersistentDataType to facilitate conversions and type mappings.
Author
Fantamomo
Since
1.0-SNAPSHOT
Parameters
P
the primitive data type