Nikky
05/08/2020, 10:10 AMkotlin.serialization for the Sessions feature? in particular how the data class is turned into some sort of string..
whni i extend SessionStorage to store those strings in postgres, i would like to have json or structured data instead of however it serializes fieldscrummy
05/08/2020, 8:27 PMNikky
05/08/2020, 8:57 PMNikky
05/08/2020, 9:37 PMT -> String -> ByteWriteChannel -> Storage ?
ideally i would want to just directly write and read T into a database and access its different fields and pass that to a INSERT via exposedNikky
05/08/2020, 10:14 PMSessionSerializer and do nothing in SessionStorage ?Nikky
05/08/2020, 10:15 PM