PHP XML serializer -
is there php libraries implement serialization of data xml-format serialize()
, unserialize()
(with restoring objects xml) functions of objects private
, protected
fields?
pear xml_serializer works fine type hints option, doen't deal protected fields.
hoping not considered spamming, i've been working on library deals serializing , deserialing objects , xml.
https://github.com/evert/sabre-xml/
however, doesn't you're asking. every object want serialize needs implement serializexml
, deserializexml
method. in method can decide exactly need implement.
if plan use this, happy include exact feature want php 5.4 trait. send me message (you can find info on github).