Ticket #346 (new defect)

Opened 3 months ago

Last modified 2 months ago

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

comment:1 Changed 3 months ago by thijs

Can you elaborate on this?

comment:2 Changed 3 months ago by nick

  • description modified (diff)

Updated description.

comment:3 Changed 2 months ago by nick

  • milestone changed from 0.4 to 0.5
Note: See TracTickets for help on using tickets.