Hi aponnusa,thanks to MessageItem.registerBodyClass, it's now working
!But I found a strange behaviour / bug :it's impossible to serialize
objects that have a constructor with parameters??With this object, it
doesnt work:public function VideoVO(author:String, lat:Number,
lng:Number) { this.author = author; this.lat = lat; this.lng = lng; }But
with an empty parameters constructor, everything's fine !Is that a
bug?Thanks for your help.