My guess is only if Class A holds a reference to an object of Class B, otherwise its fine.
-Samit On Wed, Oct 22, 2014 at 3:35 PM, [email protected] <[email protected]> wrote: > for example: > > public Class A implements Serializable { > Class B{ > .... > } > } > > my question is if B should implements Serializable to be transfer to > another component ? >
