Package com.tangosol.io
Annotation Interface ExternalizableType
Class-level annotation specifying
serializer
for this type.- Since:
- 23.09
- Author:
- jf 2023.06.06
- See Also:
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionClass
<? extends ExternalizableLiteSerializer> The class of the serializer for this type.
-
Element Details
-
serializer
Class<? extends ExternalizableLiteSerializer> serializerThe class of the serializer for this type.- Returns:
- the class of the serializer for this type
-