Serde icon indicating copy to clipboard operation
Serde copied to clipboard

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

Results 34 Serde issues
Sort by recently updated
recently updated
newest added

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...

enhancement
2.x target

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...

enhancement
2.x target

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.

enhancement
good first issue

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...