i'm new to kotlin and i need help in regarding par...
# serialization
n
i'm new to kotlin and i need help in regarding parsing json to sealed class using kotlin.serialization library, whats the difference between serializer and serialName
b
Serializer points to the class responsible for serializing the type. Serial name specifies under which name to serialize the property, simmilar to gsons JsonName
n
thanks
Do you know how we can provide serializer explicitly if we haven't mentioned the annotation above the class?