State Street Interview Question

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

Interview Answer

Anonymous

May 17, 2018

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

1