Package pro.fessional.wings.slardar.serialize
See: Description
-
Class Summary Class Description JsonConversion The underlying implementation is FastJson, which is limited to simple types of trusted services, and may have security issues in non-trusted domains. KryoConversion Data accuracy is higher than Json, but the data structure may not, such as TreeMap or HashMap. KryoSimple should register Customizer before use.