11

This is me 1 year ago, WHAT THE FUCK WAS I THINKING?

Comments
  • 0
    so you initialise everything to null, what's the issue?
  • 2
    @ElectricCoffee Not its not being initialized to null `serializeNulls()` means it makes the Gson converter to serialize json values that are "null" instead of serializing them to string "null" , also thats not the problem here, the problem is Im building a Gson instance inside a fucking for loop, you know how expensive Gson instantiation is??
Add Comment