Hey guys, currently facing an issue I couldn't fin...
# android
j
Hey guys, currently facing an issue I couldn't find guidance for online. I'm trying to serialize an object using a certain property, then deserialize the object using a different property in kotlin. I know in Java you can do this by annotation the getter method with the JsonProperty(name) annotation, however when trying to do that with kotlin, I get no success. Even converting the file to kotlin doesn't produce the correct or desired results. Does anyone know if this is possible?