Hi Michael,
thanks for the advice, I forgot to show the flex side of the example:
package de.myapp.app.vo
{
import com.adobe.cairngorm.vo.IValueObject;
[RemoteClass(alias="de.myapp.app.vo.MessageVO")]
public class MessageVO implements IValueObject
{
public var title:String;
public var text:String;
}
}
Unfortunately, no conversion done on either side :( Any ideas?