--
You received this message because you are subscribed to the Google Groups "Jayrock" group.
To view this discussion on the web visit https://groups.google.com/d/msg/jayrock/-/mkU4reh2x6wJ.
To post to this group, send email to jay...@googlegroups.com.
To unsubscribe from this group, send email to jayrock+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jayrock?hl=en.
You have two options. You can get it working right away by adding a default constructor or go through the more proper but also slightly more involved way of writing an IExporter implementation for ListProxy<T>.
- Atif
On Fri, May 25, 2012 at 9:54 AM, eguardiola > wrote:
Hi!
How can i export this type of object?
public class ListProxy<T>
{
public IList<T> List { get; set; }
public ListProxy(IList<T> list)
{
List = list;
}
}
Currently only a string with the FQN of the type and the generic parameter is exported.
--
You received this message because you are subscribed to the Google Groups "Jayrock" group.
To view this discussion on the web visit https://groups.google.com/d/msg/jayrock/-/mkU4reh2x6wJ.
To post to this group, send email to jay...@googlegroups.com.
To unsubscribe from this group, send email to jayrock+unsubscribe@googlegroups.com.