oh thats a feature i did not see.. then its quite possible.. i just need to pass along the Serializaer type and blindly cast .. which is fine since its only 1 type ever and if it fails i treat it as if it never did anything
Nikky
05/08/2020, 9:37 PM
so is there any way to shortcircuit this
T
->
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 exposed
Nikky
05/08/2020, 10:14 PM
Is there any reason for me to not just write and read from database in
SessionSerializer
and do nothing in
SessionStorage
?
Nikky
05/08/2020, 10:15 PM
except i guess the invalidate function is on the storage