Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Deep nesting attributes #57

@acras

Description

@acras

When using nested attributes whit more than 2 levels, restfulx framework ignores the recursive parameter.

looking in VOSerializer.as function marshallToVo it passes a hard coded false to the recursive parameter when calling itself recursively if it isHasMany node.

Changing it to true will not work because in XMLHTTPServiceProvider´s marshallToVO once again it takes the recursive option only one level deep.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions