this doesn't seem to work, are there better altern...
# serialization
r
this doesn't seem to work, are there better alternatives? do i really need to make the field a string that just coincidentally is a byte array?
s
Make a custom serializer for ByteArray
r
ok, i'll try that 🙂 thx