Hiya! I've written an app which serializes records to and from JSON in local storage.
I've made it work and this must be something people do all the time but I just haven't been able to make the encoder/decoder stuff "click" for me, for some reason. I think it's to do with coming from Ruby and Elixir and the Type system still being my weak point.
Can anyone suggest a tutorial or something which really deeply explains, step by step, what's going on, how it all works and how to use it properly?