Marshalling of 'xml2' objects
Usage
# S3 method for class 'xml_document'
marshal(xml2, ...)
# S3 method for class 'xml_nodeset'
marshal(xml2, ...)
# S3 method for class 'xml_document'
marshallable(...)
# S3 method for class 'xml_nodeset'
marshallable(...)Arguments
- xml2
- A xml2::xml_document or similar. 
- ...
- Not used. 
Value
A marshalled object as described in marshal().
Details
xml2::xml_serialize() is used to produce a marshalled version
of the original object.
xml2::xml_unserialize() is used to reconstruct a version of the
original object from the marshalled object.