Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within I/O and Streams
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
paul wheaton
Sheriffs:
Ron McLeod
Devaka Cooray
Henry Wong
Saloon Keepers:
Tim Holloway
Stephan van Hulst
Carey Brown
Tim Moores
Mikalai Zaikin
Bartenders:
Frits Walraven
Forum:
I/O and Streams
Externalizable Vrs Serializable
Sully Sylvester
Greenhorn
Posts: 6
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What is the difference in implementing Externalizable as opposed to Serializable. For example what extra features does Externalizable interface provide.
Roshini Sridharan
Ranch Hand
Posts: 143
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
Serializable interface allows persistence of object state to any specified source and how it does is predefined.
Externalizable interface allows to provide our own definition of how the object state is to be maintained.
Hope this helps.
Regards
Sumit Deshpande
Ranch Hand
Posts: 38
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
This may help you...
http://java.sun.com/developer/technicalArticles/Programming/serialization/
Mo-om! You're embarassing me! Can you just read a tiny ad like a normal person?
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Serializable Vs Externalizable
Externalizable
io and java.net for certification?
Externalizable Interface
Externalizable Interface
More...