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
turansky
04/16/2020, 11:05 PM
JS
platform?
f
fkrauthan
04/16/2020, 11:54 PM
never mind I had a thought error and figured out what I needed 😄