cancel
Showing results for 
Search instead for 
Did you mean: 

Serializable object & Crystal Report

Former Member
0 Kudos
73

Hello,

I have question - is it possible to deserialize an object stored in database by Crystal Report without POJO classes? I tried to find answer in the forum and didn't found answer.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

ted_ueda
Advisor
Advisor
0 Kudos

Are you trying to serialize/deserialize Java objects that is part of the Crystal Reports Java SDK classes?

Sincerely,

Ted Ueda

Former Member
0 Kudos

No, I have table with Serialize object stored. I need to prepare a report that should use object's fields. Of course I can prepare POJO dataset and use it for creating of the report. But this way looks overkill for me since I just need deserialization.

Thank you,

Konstantin.

ted_ueda
Advisor
Advisor
0 Kudos

You'll need to deserialize it yourself, and expose the required fields yourself. Simplest would indeed be some POJO wrapper.

Having the reporting layer deserialize Java objects would be overkill.

Sincerely,

Ted Ueda

Former Member
0 Kudos

Thanks for help. Will move in this direction.

Thank you,

Kostya.

Answers (0)