[Simple-support] Prevent serialization of subclass in a List?
Brought to you by:
niallg
|
From: Patacchiola, A. <ada...@tr...> - 2012-01-19 19:29:24
|
If I have a class B that inherits from class A, and have a List<A> which contains As and Bs, how can I prevent the Bs from being serialized? Thanks, Adam |