.NET and J2EE #2

Remoteable objects in J2EE are serializable by default, but in .NET you have to manually mark them as serializable. This is certainly something I wish .NET did by default. Too often I've been bitten by this because I would create some classes for remoting, compile, test, and it breaks. It's habit now, but it used to just throw me off for a while.
Print | posted on Sunday, May 23, 2004 10:06 PM
Comments have been closed on this topic.