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