Is it possible to mark `Transient` to a property i...
# serialization
s
Is it possible to mark
Transient
to a property in interface? I tried it didnt work. I had to add
Transient
to all overrides in child classes.