aspose file tools
The moose likes Beginning Java and the fly likes Serialization Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply locked New topic
Author

Serialization

Bandita Acharya
Greenhorn

Joined: Mar 23, 2010
Posts: 20
When should we go for Serialization in a Java project? please give some example.Is it possible to serialize static variables? if yes then how & if no then why? please explain it...\

Edited to remove pink text.
Vikas Kapoor
Ranch Hand

Joined: Aug 16, 2007
Posts: 1374
I think this can be moved to JIG.
Mike Simmons
Ranch Hand

Joined: Mar 05, 2008
Posts: 2770
    
    2
Pink? Really? That's much more annoying than POSTING IN ALL CAPS WOULD BE.

Hint #1: if you want a serious answer to any Java question, don't post your question in a forum labeled "Meaningless Drivel".

Hint #2: if you want any help from anyone, post your question in a format that people can read easily. I.e. NOT IN PINK TEXT!!!
Mike Simmons
Ranch Hand

Joined: Mar 05, 2008
Posts: 2770
    
    2
Ah, I see both issues were addressed several days ago, here. Perhaps it would be better if this thread simply died. Please ignore, nothing to see here.
Devaka Cooray
Saloon Keeper

Joined: Jul 29, 2008
Posts: 2691
    
    3

bandita, please start a new topic in an appropriate forum with more specific details.
I'm locking this one.


Author of ExamLab (Download) - the free mock exam kit for SCJP / OCPJP
Home Page -- Twitter Profile -- JavaRanch FAQ -- How to Ask a Question
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Serialization
 
Similar Threads
doubt
Serialization
serialVersionUID in SessionBean
Static Inner Class Extending Non Static Inner Class
A query regarding serialization in Java