I am trying to deserialize a Table object and I do not get how to do it.
Is this right?
$exceltable=$serializer->deserialize( $table , 'ExcelAnt\Table\Table' ,'json');
I get the following error:
You must define a type for ExcelAnt\Table\Table::$table
How can I define this type?