Lines Matching refs:to

14 * Using `finally` to always roll back the context stack when serializing.
42 related to serializing value objects with array children.
44 empty array are now skipped. We believe this to be the saner default, but
53 capabilities to map between ValueObjects and XML.
55 separate the object you want to serialize from the serializer. This uses the
57 * It's now possible to pass an array of possible root elements to
59 * Moved some parsing logic to `Reader::getDeserializerForElementName()`,
65 * Also added an `enum` deserializer function to replace
111 * #40: An element with an empty namespace (xmlns="") is not allowed to have a
118 * Added `Sabre\Xml\Service`. This is intended as a simple way to centrally
120 * Renamed 'baseUri' to 'contextUri' everywhere.
121 * #36: Added a few convenience constants to `lib/constants.php`.
128 * Added `XmlDeserializable` to match `XmlSerializable`.
134 * Added `$elementMap` argument to parseInnerTree, for quickly overriding
147 * LibXMLException now inherits from ParseException, so it's easy for users to
155 from `serializeXml` and `deserializeXml` to `xmlSerialize` and
158 * #25: Added `XmlSerializable` to allow people to write serializers without
159 having to implement a deserializer in the same class.
160 * #26: Renamed the `Sabre\XML` namespace to `Sabre\Xml`. Due to composer magic
163 * #23: It's not possible to automatically extract or serialize Xml fragments
170 * #16: Added ability to override `elementMap`, `namespaceMap` and `baseUri` for
174 * #15: Added `Reader::$baseUri` to match `Writer::$baseUri`.
175 * #20: Allow callbacks to be used instead of `Element` classes in the `Reader`.
176 * #25: Added `readText` to quickly grab all text from a node and advance the
177 reader to the next node.
186 * Switched to PSR-4 directory structure.
192 * Added: baseUri property to the Writer class.