You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2017/09/28 14:20:00 UTC

[jira] [Created] (IGNITE-6525) .NET: BinaryObject.Deserialize to custom type

Pavel Tupitsyn created IGNITE-6525:
--------------------------------------

             Summary: .NET: BinaryObject.Deserialize to custom type
                 Key: IGNITE-6525
                 URL: https://issues.apache.org/jira/browse/IGNITE-6525
             Project: Ignite
          Issue Type: Improvement
          Components: platforms
            Reporter: Pavel Tupitsyn


Current {{BinaryObject.Deserialize<T>()}}  method takes a generic argument, but only uses it to cast the final result. Actual type is determined according to {{typeId}}.

Add {{forceType}} argument to override {{typeId}} logic and use the provided type instead.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)