[
https://issues.apache.org/jira/browse/IGNITE-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15178118#comment-15178118
]
Anton Vinogradov commented on IGNITE-2693:
------------------------------------------
Oddo,
Each fix should be covered by test(s).
First of all you have to write test that shows ClassCastException.
Second step is to write tests checks .withKeepBinary() works correct for all
possible marshallers.
Also, please note that BinaryMarshaller is a default marshaller, so null at
config().getMarshaller() means usage of BinaryMarshaller.
> withKeepBinary and non-binary marshallers
> -----------------------------------------
>
> Key: IGNITE-2693
> URL: https://issues.apache.org/jira/browse/IGNITE-2693
> Project: Ignite
> Issue Type: Bug
> Components: general
> Reporter: Sergey Kozlov
> Assignee: Oddo
> Labels: newbie
> Fix For: 1.6
>
>
> Currently the user is able to set {{.withKeepBinary()}} for any used
> marshaller. But it obviously causes ClassCastException for non-binary
> marshallers and should be available only for binary marshaller.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)