Results 1 to 1 of 1
Thread: Interface java.io.Externalizable
-
Interface java.io.Externalizable
A serializable object must be an instance of a class that implements java.io.Serializable or java.io.Externalizable interface.
The Externalizable interface includes two abstract methods
The developer has to define these methods so he has better control on the object and this can provide better performance.Java Code:void readExternal(ObjectInput in) void writeExternal(ObjectOutput out)
Similar Threads
-
using java applets for dag & drop interface
By frea in forum New To JavaReplies: 0Last Post: 03-27-2008, 08:31 PM -
What is an interface in the java? how to define
By sivasayanth in forum New To JavaReplies: 3Last Post: 01-14-2008, 04:13 AM -
Java GForge SOAP Interface 0.0.8
By JavaBean in forum Java SoftwareReplies: 0Last Post: 07-13-2007, 05:33 PM -
Java GForge SOAP Interface 0.0.7
By JavaBean in forum Java SoftwareReplies: 0Last Post: 07-09-2007, 04:41 PM -
Java GForge SOAP Interface 0.0.3
By levent in forum Java SoftwareReplies: 0Last Post: 06-19-2007, 05:15 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks