The deserialization on the C#-side, when connecting to Java and sending a HashMap<X,Y>, is/seems only possible into a Hashtable.
It would be great if we could map:
HashMap<X, Y> to/from Dictionary<X, Y>
Cheers, Arndt
Log in to post a comment.