Lines Matching refs:to

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