i have a annoying api where a timestamp can be a string or a long, is there a way to tell in the deserializer what JSON type a field is ? number literal or string literal
or is ther tryParseLong() or similar ?
s
sandwwraith
10/07/2018, 3:58 PM
You can create custom serializer for that type and in