I\'m trying to use XStream to deserialize a xml response to a class that has a generic type field. For example I have class Response
I have two classes, which are passed to Serialization method and I would like to access two properties of these classes in Serialization method. The problem is that Serialization method parameter are
I\'m having trouble with some features I want to implement in my config class, I have some values with diffrent types and I want to store them in an map. formerly i used ExtendedString class to store
HI, I have a requirement to create instance for list object at runtime using reflection. For example I have 2 classes like below,
I have a Class that is defined as Public MustInherit Class Entity(Of T As Entity(Of T)) And various classes derived from it.I would like to have another class accept all of the derived objects as
I\'m attempting to create various extension method for a generic type bound to specific generic type parameters in F#, but the language does not seem to be allowing me: