[
https://issues.apache.org/jira/browse/IGNITE-22711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Polovtsev updated IGNITE-22711:
-----------------------------------------
Description: We should extend the Network Message annotation processor
(and, possibly, the marshaller as well) to support enums. It is proposed to use
{{Enum#ordinal}} like this is currently done manually in some messages. (was:
We should extend the Network Message annotation processor (and, possibly, the
marshaller as well) to support some commonly used types, including, but not
limited to:
# Enums: we can use {{ordinal}} as serialization values, like in some existing
messages;
# {{HybridTimestamp}}: we can serialize it as a {{long}}, in IGNITE-22715.)
> Support Enum types in Network serialization
> -------------------------------------------
>
> Key: IGNITE-22711
> URL: https://issues.apache.org/jira/browse/IGNITE-22711
> Project: Ignite
> Issue Type: Improvement
> Reporter: Aleksandr Polovtsev
> Priority: Minor
> Labels: ignite-3
>
> We should extend the Network Message annotation processor (and, possibly, the
> marshaller as well) to support enums. It is proposed to use {{Enum#ordinal}}
> like this is currently done manually in some messages.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)