laminas-api-tools / api-tools

Laminas API Tools module for Laminas
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
37 stars 19 forks source link

AbstractTableGateway defaults to use ArraySerializable which is deprecated #91

Open dickdonohue opened 3 years ago

dickdonohue commented 3 years ago

https://github.com/laminas-api-tools/api-tools/blob/9895f9c112f04ad5dbaf22ec9da2dc2eaf0f61e8/src/TableGatewayAbstractFactory.php#L194

Shouldn't this default to ArraySerializableHydrator?
There are other instances where ArraySerializable is used. This indicates that ArraySerializable is deprecated. https://github.com/laminas/laminas-hydrator/blob/4.3.x/src/ArraySerializable.php