State Street interview question

If parent class is serialized then how can we avoid serialization for the sub class ?

Interview Answer

Anonymous

17 May 2018

Using transient key word for all fields in the sub class.

1