[
https://issues.apache.org/jira/browse/IGNITE-15748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17429209#comment-17429209
]
Edward commented on IGNITE-15748:
---------------------------------
Minimal code to reproduce the issue:
{code:java}
BinaryObject binaryObject = ignite.binary().builder(AffinityKey.class.getName())
.setField("key", 2).setField("affKey", 2).build();
binaryObject.type().fieldNames();
{code}
> BinaryObject field names of AffinityKey
> ---------------------------------------
>
> Key: IGNITE-15748
> URL: https://issues.apache.org/jira/browse/IGNITE-15748
> Project: Ignite
> Issue Type: Bug
> Components: binary
> Affects Versions: 2.11
> Environment: java 8
> apache ignite 2.11
> Reporter: Edward
> Priority: Minor
> Attachments: affKeyDeserialize.png, affKeyFieldNames.png
>
>
> Cannot get field names of AffinityKey object.
> Please see attached picture !affKeyFieldNames.png!
> While deserialize method works well:
> !affKeyDeserialize.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)