Serde
Serde copied to clipboard
Robust Serde (serialization/deserialization) library for PHP 8.
In *most* cases, this should be stable. But it may require an extra interface much like Symfony Serializer does. The few cases that depend on the value would have to...
Currently, `Importer::canImport()` accepts a Field and a format name string. However, there are cases where we want to know more about the Deformatter, such as if its source value is...
This could be a pretty print flag that controls the flags that get used in json_encode(), or it could be a full flags bitmask. Undecided.
There's a comment in the code right now about why this is impossible to due PHP filling in the current time for anything unspecified. Turns out, you can disable that...