toList method

Get list of intermediate objects

Implementation

List<MarshalledObject> toList()
{
  return map( (MarshalledObject obj) => obj );
}