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.auth...