I am using ProtoBuf-Net to send decorated objects over TCP - and it works like a charm.
But I want to serialize the same objects also into a file, with a different decoration. That means, I want to have other properties saved here.
I don't think manipulating attributes is possible at runtime, so what other options do I have?
Thanks in advance!
(I'm very sorry if this was asked before, but I was unable to find anything with the search term 'different')