java.io.Serializable interface. If needed, you can specifiy their version UID by declaring a field final long serialVersionUID = 123456789L;. You can also implement the methods readObject, writeObject, readResolve and writeReplace to customize the way the class is serialized. In short, serialization in Nice is compatible with Java (you can serialize Nice and Java classes together), and it is done in a very similar way. See the documentation of the Serializable class for more information about java serialization.
| Topic JavaIntegration . { Edit | Attach | Ref-By | Printable | Diffs | r1.4 | > | r1.3 | > | r1.2 | More } |
|
Revision r1.4 - 28 Apr 2005 - 11:53 GMT - TWikiGuest Parents: WebHome |
Copyright © 1999-2003 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding TWiki? Send feedback. |