Domanda di colloquio di State Street

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

Risposta di colloquio

Anonimo

17 mag 2018

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

1