18
18
class JsonAdapters
19
19
{
20
20
@ JsonUtils .JsonIo ( jsonType = "BdvPropertiesV0.Anchor" , type = BdvPropertiesV0 .Anchor .class )
21
- static class AnchorAdapter implements JsonDeserializer < BdvPropertiesV0 .Anchor >, JsonSerializer < BdvPropertiesV0 .Anchor >
21
+ public static class AnchorAdapter implements JsonDeserializer < BdvPropertiesV0 .Anchor >, JsonSerializer < BdvPropertiesV0 .Anchor >
22
22
{
23
23
@ Override
24
24
public BdvPropertiesV0 .Anchor deserialize (
@@ -40,7 +40,7 @@ public JsonElement serialize(
40
40
}
41
41
42
42
@ JsonUtils .JsonIo ( jsonType = "BdvProperiesV0.SourceConverterConfig" , type = BdvPropertiesV0 .SourceConverterConfig .class )
43
- static class SourceConverterConfigAdapter implements JsonDeserializer < BdvPropertiesV0 .SourceConverterConfig >, JsonSerializer < BdvPropertiesV0 .SourceConverterConfig >
43
+ public static class SourceConverterConfigAdapter implements JsonDeserializer < BdvPropertiesV0 .SourceConverterConfig >, JsonSerializer < BdvPropertiesV0 .SourceConverterConfig >
44
44
{
45
45
@ Override
46
46
public BdvPropertiesV0 .SourceConverterConfig deserialize (
@@ -77,7 +77,7 @@ public JsonElement serialize(
77
77
}
78
78
79
79
@ JsonUtils .JsonIo ( jsonType = "DisplayMode" , type = DisplayMode .class )
80
- static class DisplayModeAdapter implements JsonDeserializer < DisplayMode >, JsonSerializer < DisplayMode >
80
+ public static class DisplayModeAdapter implements JsonDeserializer < DisplayMode >, JsonSerializer < DisplayMode >
81
81
{
82
82
@ Override
83
83
public DisplayMode deserialize (
@@ -130,7 +130,7 @@ public JsonElement serialize(
130
130
}
131
131
132
132
@ JsonUtils .JsonIo ( jsonType = "Interpolation" , type = Interpolation .class )
133
- static class InterpolationAdapter implements JsonDeserializer < Interpolation >, JsonSerializer < Interpolation >
133
+ public static class InterpolationAdapter implements JsonDeserializer < Interpolation >, JsonSerializer < Interpolation >
134
134
{
135
135
@ Override
136
136
public Interpolation deserialize (
0 commit comments