Hey I am currently stuck trying to write a custom ...
# serialization
f
Hey I am currently stuck trying to write a custom serializer. I pretty much get a JSON that contains a list of strings. But instead of having that list of strings (which are base64 encoded strings) I would like to write a serializer that takes in the string and decodes it before saving it in the internal data class
t
JS
platform?
f
never mind I had a thought error and figured out what I needed 😄