Re: Serializable is an marker interface- Why do we use it as !_NEWLINE_!an interface why not as a keyword.
Posted By:
Eugene_Kuleshov
Posted On:
Sunday, July 28, 2002 08:34 PM
That marker interface enable the default serialization. You forgot that you can redefine the behaiour and implement custom serialization. So, they just use generic OO practices.