This is an automated email from the ASF dual-hosted git repository.
malka pushed a change to branch Sedona-17_Shape&WKBSerDe
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git.
from 830241f Moved GeometrySerde to serde folder Created abstract
GeometrySerde class for specific serde implementations Created
ShapeGeometrySerde and WKBGeometrySerde that implements GeometrySerde Added
tests for WKB Serde
add 4b47b86 Refactored SedonaKryoRegistratorHelper to eliminate useless
if else block Added tests for SedonaKryoRegistrator and SedonaWKBKryoRegistrator
No new revisions were added by this update.
Summary of changes:
.../core/serde/SedonaKryoRegistratorHelper.java | 30 ++++-------
.../core/serde/SedonaKryoRegistratorTest.java | 57 +++++++++++++++++++++
.../core/serde/SedonaWKBKryoRegistratorTest.java | 58 ++++++++++++++++++++++
3 files changed, 125 insertions(+), 20 deletions(-)
create mode 100644
core/src/test/java/org/apache/sedona/core/serde/SedonaKryoRegistratorTest.java
create mode 100644
core/src/test/java/org/apache/sedona/core/serde/SedonaWKBKryoRegistratorTest.java