[ 
https://issues.apache.org/jira/browse/IGNITE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15962984#comment-15962984
 ] 

Pavel Tupitsyn commented on IGNITE-2398:
----------------------------------------

Implementing proper type name parser: we need to be able to remap generics, 
arrays, and any combinations of them properly (throw away namespaces and/or 
assembly names).

For example, {{System.Collections.Generic.List`1[[System.Int32, mscorlib, 
Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], mscorlib, 
Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089}} should 
become {{List`1[[Int32]]}} with simple names and 
{{System.List`1[[System.Int32]]}} with full names.

> .NET: Change default mapper behavior
> ------------------------------------
>
>                 Key: IGNITE-2398
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2398
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: platforms
>    Affects Versions: 1.5.0.final
>            Reporter: Vladimir Ozerov
>            Assignee: Pavel Tupitsyn
>            Priority: Minor
>              Labels: .net, important
>             Fix For: 2.0
>
>
> We need to mirror changes implemented in IGNITE-2191:
> 1) Default mapper must use full class name (i.e. with package)
> 2) Provide additional mapper implementation which will use simple names.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to