You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,7 +18,8 @@ public static class ConfigService
36
18
Converters=
37
19
{
38
20
newFloatConverter(),// this serializes floats with minimum required precision, e.g. 1.8000000012 -> 1.8
39
-
newByteArrayAsNormalArrayJsonConverter()// this preserves the old behaviour of e,g, 0x1234ABCD --> [18,52,171,205]; omitting it will use base64 e.g. "EjSrzQ=="
21
+
newByteArrayAsNormalArrayJsonConverter(),// this preserves the old behaviour of e,g, 0x1234ABCD --> [18,52,171,205]; omitting it will use base64 e.g. "EjSrzQ=="
22
+
newTypeConverterJsonAdapterFactory(),// allows serialization using `[TypeConverter]` attributes
40
23
}
41
24
};
42
25
@@ -45,7 +28,7 @@ public static class ConfigService
0 commit comments