Ayfri
08/06/2023, 5:25 PMJsonNamingStrategy.SnakeCase
when I have a @SerialName
annotation ? I really need this as I need to conform to a JSON where everything is snake_case except one field (maybe an error from the API but I have no choice)sandwwraith
08/07/2023, 10:28 AMJsonNamingStrategy
and check descriptor.serialName
and property serialName
to determine whether it should be transformed (and delegate to SnakeCase
later)sandwwraith
08/07/2023, 10:30 AMAyfri
08/07/2023, 12:46 PMAyfri
08/07/2023, 2:50 PM