Hi

Can someone please interpret this binding error and give me clear 
instructions on how to resolve it?

Error: Need deserializer or constructor from string for type 
java.awt.image.BufferedImage; on value element at

Here's the current mapping for that object:

  <mapping name="SerializedBufferedImage" 
class="xxx.xxx...SerializedBufferedImage">
    <structure map-as="xxx.xxx...xxxBase"/>
    <value name="Image" field="image"/>
    <value name="ThumbNailID" field="thumbNailId"/>
  </mapping>

where "image" is a bufferedimage

Thanking you in advance

Jon

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to