F
feng
Hi,
I have a class, say class A, that has <Serializable()>
attribute applied to it. Now if I create a class B that
inherits from A, does B automaticly inherits this
attribute also? or do I have to apply <Serializable()> to
B, if I want B to be serializable?
Thanks
Lifeng
I have a class, say class A, that has <Serializable()>
attribute applied to it. Now if I create a class B that
inherits from A, does B automaticly inherits this
attribute also? or do I have to apply <Serializable()> to
B, if I want B to be serializable?
Thanks
Lifeng