Ticket #346 (new defect)
Implement depth of rendering
| Reported by: | nick | Owned by: | nick |
|---|---|---|---|
| Priority: | major | Milestone: | 0.5 |
| Component: | Remoting | Version: | 0.3.1 |
| Keywords: | Cc: |
Description (last modified by nick) (diff)
Depth of rendering is the maximum number of levels that PyAMF should follow before ignoring the rest. This is an advanced option and the default should be None = disabled.
An example:
obj1
- property1
- property2
- property3
- property4
- property5
- property6
- property7
- property8
A depth of 2 would produce an object graph of:
obj1
- property1
- property2
- property7
- property8
Change History
Note: See
TracTickets for help on using
tickets.
