Show
Ignore:
Timestamp:
02/29/08 15:57:54 (5 months ago)
Author:
mikey
Message:

implemented enhancement #128: improved performance of XMLSerializer
Serializing a list of instances of the same object is much faster now.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLMatcherAnnotation.php

    r1311 r1389  
    4848     * 
    4949     * @param   stubReflectionProperty  $property 
    50      * @param   mixed                   $propertyValue 
    5150     * @return  string|false 
    5251     * @throws  stubXMLException 
    5352     */ 
    54     public function getTagnameForProperty(stubReflectionProperty $property, $propertyValue
     53    public function getTagnameForProperty(stubReflectionProperty $property
    5554    { 
    5655        $matches = array(); 
     
    7574     * 
    7675     * @param   stubReflectionMethod  $method 
    77      * @param   mixed                 $returnValue 
    7876     * @return  string|bool 
    7977     * @throws  stubXMLException 
    8078     */ 
    81     public function getTagnameForMethod(stubReflectionMethod $method, $returnValue
     79    public function getTagnameForMethod(stubReflectionMethod $method
    8280    { 
    8381        $matches = array();