serialize icon indicating copy to clipboard operation
serialize copied to clipboard

A common Python API for multiple serialization formats

Results 3 serialize issues
Sort by recently updated
recently updated
newest added

## Base PullRequest default branch (https://github.com/hgrecco/serialize/tree/master) ## Command results Details: add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/bfd4392c80dbeb54e0bacbcf4750540aecae6ed4/node_modules/npm-check-updates/bin ``` python -m pre_commit autoupdate ```Shell [https://github.com/pre-commit/pre-commit-hooks] updating v4.4.0 -> v4.5.0 [https://github.com/charliermarsh/ruff-pre-commit] updating v0.1.5 -> v0.1.7...

Attached is a small example. PyYaml itself is capable of loading/dumping numpy data. When called through serialize, though, RepresenterErrors are thrown. It's possible that this is a problem with numpy...

Dear all, thanks for your opensource. I am an occasional scripter and am trying to serialize a custom object from [PyRx](https://github.com/CEXT-Dan/PyRx). I am banging my head doing as follows: ```python...