[
https://issues.apache.org/jira/browse/IGNITE-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010616#comment-15010616
]
ASF GitHub Bot commented on IGNITE-1645:
----------------------------------------
Github user ptupitsyn closed the pull request at:
https://github.com/apache/ignite/pull/146
> .Net: Throw exception on null flag in PortableReader when reading
> non-nullable value types
> ------------------------------------------------------------------------------------------
>
> Key: IGNITE-1645
> URL: https://issues.apache.org/jira/browse/IGNITE-1645
> Project: Ignite
> Issue Type: Task
> Components: interop
> Affects Versions: 1.5
> Reporter: Pavel Tupitsyn
> Assignee: Vladimir Ozerov
> Fix For: 1.5
>
>
> Currently we always return default(T) when deserializing null value. So for
> value types there is no way for the user to discern a missing cache key from
> a cache key with default value.
> * throw exceptions when there is Null in stream and we are trying to read a
> value type
> * update Cache API with Try* methods
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)