[ https://issues.apache.org/jira/browse/IGNITE-26319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Roman Puchkovskiy updated IGNITE-26319: --------------------------------------- Description: If there is a @Marshallable field named 'someName', then a byte array field named someNameByteArray will be generated. The corresponding deserializer will use the correct name ('someNameByteArray') when reading the field, but the serializer still uses the original name ('someName') to read the byte array. The latter has to be fixed. > Message serializer uses wrong field name for writing marshallable field > ----------------------------------------------------------------------- > > Key: IGNITE-26319 > URL: https://issues.apache.org/jira/browse/IGNITE-26319 > Project: Ignite > Issue Type: Bug > Components: network ai3 > Reporter: Roman Puchkovskiy > Assignee: Roman Puchkovskiy > Priority: Major > Labels: ignite-3 > Time Spent: 10m > Remaining Estimate: 0h > > If there is a @Marshallable field named 'someName', then a byte array field > named someNameByteArray will be generated. The corresponding deserializer > will use the correct name ('someNameByteArray') when reading the field, but > the serializer still uses the original name ('someName') to read the byte > array. > The latter has to be fixed. -- This message was sent by Atlassian Jira (v8.20.10#820010)