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)