Explorar el Código

Tweak to PolymorphicConverter

Kenric Nugteren hace 4 meses
padre
commit
e22ff8379d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      prs.stores/Events/Event.cs

+ 0 - 1
prs.stores/Events/Event.cs

@@ -70,7 +70,6 @@ public static class EventUtils
                 Serialization.WritablePropertiesOnly
             }
         };
-        settings.Converters.Add(new PolymorphicConverter());
         return settings;
     }