[
https://issues.apache.org/jira/browse/IGNITE-18707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Polovtcev updated IGNITE-18707:
-----------------------------------------
Description: Meta Storage server methods can return {{Entry}} instances as
well as {{List<Entry>}} collections. Currently these responses are wrapped into
{{SingleEntryResponse}} and {{MultipleEntryResponse}} which simply copy the
provided entries. This step can be avoided if we make {{Entry}} serializable
directly.
> Make Meta Storage Entry serializable
> ------------------------------------
>
> Key: IGNITE-18707
> URL: https://issues.apache.org/jira/browse/IGNITE-18707
> Project: Ignite
> Issue Type: Improvement
> Reporter: Aleksandr Polovtcev
> Assignee: Aleksandr Polovtcev
> Priority: Minor
> Labels: ignite-3
>
> Meta Storage server methods can return {{Entry}} instances as well as
> {{List<Entry>}} collections. Currently these responses are wrapped into
> {{SingleEntryResponse}} and {{MultipleEntryResponse}} which simply copy the
> provided entries. This step can be avoided if we make {{Entry}} serializable
> directly.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)