The GitHub Actions job "Fory CI" on fory.git/feat/custom-object-serialization 
has failed.
Run started by GitHub user esafak (triggered by esafak).

Head commit for run:
891d2e823d658e7b0ed41984c9b3d3ef634fad8a / google-labs-jules[bot] 
<161369871+google-labs-jules[bot]@users.noreply.github.com>
feat: Implement ObjectSerializer for custom objects

* Introduce ObjectSerializer to handle serialization of arbitrary Python 
objects.
* ObjectSerializer serializes based on object's `__dict__` or `__slots__`.
* Add `write`, `read`, `xwrite`, and `xread` methods to ObjectSerializer.
* Update `_registry.py` to correctly identify and register ObjectSerializer.
* Rename `TestObject` to `SomeTestObject` and `TestSlotsObject` to 
`SomeTestSlotsObject` for clarity.
* Register `SomeTestObject` and `SomeTestSlotsObject` in the test setup.
* Remove unnecessary skip mark from `test_register_py_serializer`.

Closes #2410

Report URL: https://github.com/apache/fory/actions/runs/16258285645

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to