Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How can I serialize or make it pof of an Object Array

789663Aug 31 2010 — edited Oct 22 2010
Hi,
How can we serialize or POF an Custom Object Array Using PofWriter.writeObjectArray() method.

Ex:
Public class ClassA{

int a;
int b;
InfoClass[] infoClass;

}

Public InfoClass{
String name;
int age;

}

Assuming that both class are POF enabled. What should be the writeExternal Implementation for serializing InfoClass[].
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 19 2010
Added on Aug 31 2010
3 comments
652 views