Преглед на файлове

[jsonSerializer] skip only writeable properties

Exilon преди 5 години
родител
ревизия
6a34fa13bb
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      Quick.Json.Serializer.pas

+ 1 - 0
Quick.Json.Serializer.pas

@@ -1111,6 +1111,7 @@ begin
       propertyname := rProp.Name;
       {$IFNDEF FPC}
       comment := '';
+      if not rProp.IsReadable then Continue;
       for attr in rProp.GetAttributes do
       begin
         if attr is TNotSerializableProperty then ExcludeSerialize := True