| Author |
serialization with Java refection
|
Raj chiru
Ranch Hand
Joined: Aug 12, 2008
Posts: 140
|
|
Hi...
can I serialize the object with Java Reflection?
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16690
|
|
No. And why would you want to? Isn't it better to use the serialization apis for serialization?
Henry
|
Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16690
|
|
Now... unless you mean to use Java reflection to call the Java serialization apis, then sure. But why would you want to do that?
Henry
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Technically you can, but you'll be reinventing the wheel. Don't bother, really.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: serialization with Java refection
|
|
|