Hi Alex,
XML/JSON Serializer in RestfulX will only serialize first level dependencies at the moment. While this is something that can be fixed to do multiple levels, you can try to work around this by splitting the request into 2 parts. e.g.
zone.create({onSuccess: onZoneCreate, recursive: true});
private function onZoneCreate(result:Zone):void {
//create zone shape points
}
You can create a ticket for this at
http://github.com/dima/restfulx_framework/issues, so that we can see if this can be fixed for next release. If you feel like playing with RestfulX code, obviously feel free to fix this yourself :) Your contribution would be much appreciated.
Regards,
Dima
> --
>
> You received this message because you are subscribed to the Google Groups "restfulx-framework" group.
> To post to this group, send email to
restfulx-...@googlegroups.com.
> To unsubscribe from this group, send email to
restfulx-framew...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/restfulx-framework?hl=en.
>
>