square / pjson

JSON <=> PHP8+ objects serialization / deserialization library
Apache License 2.0
110 stars 7 forks source link

support for enums #13

Closed khepin closed 2 years ago

khepin commented 2 years ago

This is definitely a weird trick but ... since the methods are in a trait and never in an interface. It's possible to override them with different type requirements.

So an enum can do fromJsonData(string $data) instead of fromJsonData(array $data)

khepin commented 2 years ago

Think removing the typehints makes more sense then