Join Slack
Powered by
Is there an `ArraySerializer`? For primitives like...
# serialization
f
Fudge
08/11/2019, 9:36 AM
Is there an
ArraySerializer
? For primitives like
ByteArray
n
Nikky
08/11/2019, 11:44 AM
in json there is no difference between arrays and lists.. so there is only .list for serializers, i am not sure if it accepts arrays as input, but .toList() should work
8
Views
Open in Slack
Previous
Next