Is there a built-in serializer for types like `Int...
# serialization
a
Is there a built-in serializer for types like
IntArray
and
LongArray
when working in a multiplatform project?
s
Not in release yet, but work is in progress
a
Thanks. any code I can manually pull in? Or am I just better off using Array<Int> instead?