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 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 exposedSessionSerializer
and do nothing in SessionStorage
?