Show
Ignore:
Timestamp:
02/29/08 15:57:54 (6 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/stubXMLPropertiesAnnotation.php

    r1229 r1389  
    2424     * 
    2525     * @param   stubReflectionProperty  $property 
    26      * @param   mixed                   $propertyValue 
    2726     * @return  string|false 
    2827     */ 
    29     public function getTagnameForProperty(stubReflectionProperty $property, $propertyValue); 
     28    public function getTagnameForProperty(stubReflectionProperty $property); 
    3029} 
    3130?>