You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Serializer has method Serializer::toArray which is not covered by any interface. I suggest gracefully rename it to normalize and extract as NormalizerInterface. The same thing I suggest to do with fromArray method - DenormalizerInterface.
With graceful rename I mean having both methods now, marking old one as deprecated and to be remove in next major release
The text was updated successfully, but these errors were encountered:
Currently
Serializer
has methodSerializer::toArray
which is not covered by any interface. I suggest gracefully rename it tonormalize
and extract asNormalizerInterface
. The same thing I suggest to do withfromArray
method -DenormalizerInterface
.With graceful rename I mean having both methods now, marking old one as deprecated and to be remove in next major release
The text was updated successfully, but these errors were encountered: