Dariusz Kuc
10/18/2021, 7:09 PMULocale
object to/from basic en_US
String)
Above works fine when used in separation but now I'm trying to figure out a way to do both at the same time, i.e. conditionally serialize custom objects. Registering a module that configures custom serializer for given custom type seems to work but that also implies additional setup by the users of the library (i.e. auto generated code is used to communicate with server). Anyone has any ideas whether this setup could be automated? Or maybe there are alternatives that I could use without module registration? There is an SPI that could be used to auto register modules but its usage is supposedly discouraged....dinomite
10/20/2021, 8:44 PMDariusz Kuc
10/20/2021, 9:18 PM