kmath icon indicating copy to clipboard operation
kmath copied to clipboard

Serialization and data transfering

Open Zelenyy opened this issue 6 years ago • 1 comments

  • [ ] Create method for serialization ndarray object.
  • [ ] Description standard of serialization for reading from another language

Zelenyy avatar Oct 22 '18 16:10 Zelenyy

I think, that we need specific use-cases for this. We can use standard kotlin serialization and easily move data between MP branches. But if we want to use serialized data externally, we need to be more specific. A lot of formats are supported by kotlinx,serialization, but it is not universal.

In future, we will want to use Appache Arrow.

altavir avatar May 02 '19 06:05 altavir