schmittjoh / serializer

Library for (de-)serializing data of any complexity (supports JSON, and XML)
http://jmsyst.com/libs/serializer
MIT License
2.31k stars 591 forks source link

Enum deserializer #1538

Closed VitaliyMinenko closed 4 months ago

VitaliyMinenko commented 4 months ago
Q A
Bug report? no
Feature request? yes

PHP 8.2 Symfony 7

Hello, when i try to deserialize Enum got an Error, haw to work with ENUMS?

Steps required to reproduce the problem

  1. image

  2. image

Expected Result

*Expected for normal deserializing.

Actual Result

image