This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a change to branch releases-0.12
in repository https://gitbox.apache.org/repos/asf/fory.git
from 6c87ed5b2 add missing methods
new 1c0df657a feat(python): drop-in replacement for pickle serialization
(#2629)
new 90ee6fcb2 fix get nested genericTypeInStruct
new 6f3d06b51 fix nested generic type
new 8a5bfed45 lint code
new 14b482449 fix compatible data provider
new 2645a2781 register dynamic serializer only not require registration
new f90d395c0 lint code
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/fory/resolver/ClassResolver.java | 63 +++-
.../java/org/apache/fory/type/GenericType.java | 4 +
.../main/java/org/apache/fory/type/TypeUtils.java | 8 +
.../test/java/org/apache/fory/ForyTestBase.java | 5 +
.../serializer/collection/MapSerializersTest.java | 26 ++
python/pyfory/_fory.py | 61 +---
python/pyfory/_registry.py | 111 ++++---
python/pyfory/_serialization.pyx | 74 +----
python/pyfory/_serializer.py | 8 +-
python/pyfory/_struct.py | 6 -
python/pyfory/format/__init__.py | 3 +-
python/pyfory/format/tests/test_encoder.py | 8 +-
python/pyfory/serializer.py | 338 ++++++++++++---------
python/pyfory/tests/benchmark.py | 20 +-
python/pyfory/tests/record.py | 4 +-
python/pyfory/tests/test_buffer.py | 5 +-
python/pyfory/tests/test_codegen.py | 4 +-
python/pyfory/tests/test_metastring.py | 4 +-
python/pyfory/tests/test_serializer.py | 50 +--
python/pyfory/type.py | 20 +-
python/pyproject.toml | 1 -
21 files changed, 387 insertions(+), 436 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]