On 2015-08-21 10:52, Benjamin Thaut wrote:

Yes, the usual problem was that it only works with default constructors.
Also it doesn't work with nested classes e.g.

class Outer
{
   class Inner
   {
   }
}

I don't know if that is fixed now.

It sounds like both of these could be fixed. BTW, in my serialization library I don't even call the constructor so I don't have that problem.

--
/Jacob Carlborg

Reply via email to