Home » XML » XML_Serializer » Bug #4075
tagMap works only on class names (objects)
Details
| Submitted | 2005-04-06 11:11 UTC |
|---|---|
| From | goldos at gmx dot net |
| Assigned | schst |
| Status | Closed |
| Package | XML_Serializer |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2005-04-06 11:11 UTC] goldos at gmx dot net
Description:
------------
XML_Serializer supports tag mapping with all types of resources. XML_Unserializer instead does this only for classes. A supplied tagMap to any of the unserializing functions does not have any effect on resources other than classes. Probably a bug (at least the relevant code is missing)?
- Olaf -