Closed arneves closed 3 years ago
When using polymorphism and your base class is abstract you get the error? in serializer.h line 482.
It seems serializer is unable to handle unique_pointer to abstract classes.
@arneves can you provide a small sample?
When using polymorphism and your base class is abstract you get the error? in serializer.h line 482.
It seems serializer is unable to handle unique_pointer to abstract classes.