|
Hi, I read in a book that it is possible to use castor a data binding framework for marshalling and unmarshalling
for Java. I try two write my own se-/deserializers but it doesn’t work . My
Problem is that I have some classes which do not comply to a JavaBean. My current solution for this problem is that I
serialize this classes to an file and send it with an attachment to my service.
The service read the stream and create my object but this not a nice solution.
Have anybody some experiences with castor using in AXIS, additionally how big
is the effort to use castor in axis? Regards Ferruh |
- Using Castor for serialization and deserialization Ferruh Zamangoer
