bbaldino
11/17/2020, 10:22 PM@Serializable
types? I have a method that I want to be able to accept any type (Int, Boolean, some object, etc.) such that it can be serialized to Json via encodeToString
Casey Brooks
11/17/2020, 10:24 PMKSerializer
to that method as wellbbaldino
11/17/2020, 10:26 PM