[
https://issues.apache.org/jira/browse/IGNITE-2122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15057872#comment-15057872
]
Vladimir Ozerov commented on IGNITE-2122:
-----------------------------------------
1) Split - separate methods for generic and non-generic collections.
2) IEnumerable is not needed in value objects. I can hardly imagine a situation
where user operates on IEnumetables inside a class which is going to be passed
over wire. So we should use ICollection as a most expected use case.
3) No need for any filtering or any other logic. This is collection write
method. Any filtering must be done before user call this method.
> .NET: Add generic Read/WriteCollection and Read/WriteDictionary methods.
> ------------------------------------------------------------------------
>
> Key: IGNITE-2122
> URL: https://issues.apache.org/jira/browse/IGNITE-2122
> Project: Ignite
> Issue Type: Task
> Components: general, interop
> Affects Versions: ignite-1.4
> Reporter: Vladimir Ozerov
> Assignee: Vladimir Ozerov
> Priority: Critical
> Fix For: 1.5
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)