carlosrovira opened a new issue #236: RemoteObject needs to have exactly the same properties in server and client objects URL: https://github.com/apache/royale-asjs/issues/236 Using AMF/RemoteObject you can bring Typed objects from a backend (Java, PHP, ...) that has more properties in the server class that the ones we have in AS3 counterpart class. Said in other words, AS3 class can have all properties in the backend, or only a subset. This is very common and in Flex the deserialization works flawlessly. In Royale the first case (same properties in both side) works, but the second one fails.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
