I need to write a java program that sends objects over the network to a client program. The problem is that some of the objects that need to be sent are not serializable. How is this best tackled?
Asked
Active
Viewed 244 times
0
-
You might have your answer here: http://stackoverflow.com/questions/95181/java-serialization-with-non-serializable-parts – Nivas Oct 18 '11 at 08:08
2 Answers
1
In enterprise world there is a special pattern Transfer object pattern. It suits your case ideally.

WeMakeSoftware
- 9,039
- 5
- 34
- 52