Pergunta de entrevista da empresa State Street

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

Resposta da entrevista

Sigiloso

17 de mai. de 2018

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

1