Crell / Serde

Robust Serde (serialization/deserialization) library for PHP 8.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explore using JetBrains' ArrayShape attribute

Crell opened this issue · comments

Detailed description

Can we leverage this somehow, especially for deserializing objects embedded in arrays?

https://github.com/JetBrains/phpstorm-attributes#arrayshape

Context

Some folks are working with really bad APIs...

Possible implementation

Probably ArrayShape would have to be a sub-attribute of DictionaryField, and get folded into that. Somehow.