Hi,
   I have a class which intitalises the size of the array
  when the class is instantiated.
  SomeClass[] refClass_ = new SomeClass[4];
  // corresponding getter-setter
 
   Marshalling works fine however when I unmarshal I have
  eight elements in the array instead of the expected four.
 
  Has anyone faced a similar situation? If so, what is the
 possible workaround for this.
 
Thanks,
Uddhav
 

Reply via email to