Hallo,
Fehler bei ToStream und FromStream
Code:
825c825
< if not RttiProp.IsWritable then continue;
---
> if not (RttiProp.IsWritable and RttiProp.IsReadable) then continue;
1216c1216
< if not RttiProp.IsReadable then continue;
---
> if not (RttiProp.IsWritable and RttiProp.IsReadable) then continue;
Grüße Michael