Hi! I wanted to know if there was a way to include...
# serialization
g
Hi! I wanted to know if there was a way to include the property with custom getter and setter “endingDate” in the serialization. I thought this way a backing field would be generated and hence it would be included by default for kotlinx serialization but it doesn’t seem to be working. Could you give me a hint ?