Marshalling of 'xml2' objects
# 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(...)
A xml2::xml_document or similar.
Not used.
A marshalled
object as described in marshal()
.
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.