Is this not supported? For the life of me I don’t...
# announcements
g
Is this not supported? For the life of me I don’t know how to allow the deserializer to allow me decode null values..
Copy code
@Serializer(forClass = Date::class)
internal object DateSerializer : KSerializer<Date?> {
d
DateSerializer.nullable
I think.
g
looks like it does work and the issue was elsewhere…thx