Kotlin / Kotlin/kandy

implement data serialization in series

Open
#150 0 comments 0 reactions 0 assignees View on GitHub
echarts enhancement
Dominant language
Kotlin
Stars
744
Forks
27
Avg merge
4d 1h
Merged PRs (30d)
1

Description

Currently, there is a need to enhance the data serialization mechanism in series. This enhancement will allow for the serialization of data types into their corresponding array types:
* `List>` -> `Array>`
* `List>` -> `Array>`
* `List>` -> `Array>`
* `List>` -> `Array>`
* `List` -> `Array`
* `List` -> `Array`
* `List` -> `Array`
* `List` -> `Array`

Contributor guide

Open the contributing guide

Research direction

Start by locating the series serialization entry point and its existing type-handling tests; no specific files or tests are named in the issue. Check how nested and scalar List values are currently represented, then add coverage for the listed Number, String, Boolean, and Any mappings and verify the resulting array types.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
data
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.