[
https://issues.apache.org/jira/browse/IGNITE-27950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitry Werner updated IGNITE-27950:
-----------------------------------
Description:
The GridContinuousMessage has a field byte[] dataBytes (a serialized Object
data).
It is necessary, whenever possible, to encapsulate the
marshalling/unmarshalling of data within GridContinuousMessage (for example, by
implementing MarshallableMessage).
was:
All byte[] should be deleted. Serialization should be based on original fields
serialization.
They should become messages or supported by the codegen framework.
> Get rid of external serialization in GridContinuousMessage
> ----------------------------------------------------------
>
> Key: IGNITE-27950
> URL: https://issues.apache.org/jira/browse/IGNITE-27950
> Project: Ignite
> Issue Type: Task
> Reporter: Dmitry Werner
> Assignee: Dmitry Werner
> Priority: Major
> Labels: IEP-132, ise
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> The GridContinuousMessage has a field byte[] dataBytes (a serialized Object
> data).
> It is necessary, whenever possible, to encapsulate the
> marshalling/unmarshalling of data within GridContinuousMessage (for example,
> by implementing MarshallableMessage).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)