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 when using enums this lib serializer stores enum as "field": {"name": "NAME", "#type": "App\\Enum\\MyEnum", "value": "name"} and therefore fails to denormalize later for reading.
The problem was simpler - the denormalization part was only failing and therefore normalization is okay as is
The text was updated successfully, but these errors were encountered:
Currently when using enums this lib serializer stores enum as
"field": {"name": "NAME", "#type": "App\\Enum\\MyEnum", "value": "name"}
and therefore fails to denormalize later for reading.The problem was simpler - the denormalization part was only failing and therefore normalization is okay as is
The text was updated successfully, but these errors were encountered: