Should my custom `KSerializer` be `object` or `class` when only used as this and no place else? ``...
u
Should my custom
KSerializer
be
object
or
class
when only used as this and no place else?
Copy code
@Serializable(with = MyCustomSerializer::class)
data class FooId(val value: String)