The Serializer class
The xml.Serializer
class provides methods to manage options for the
serializer engine, and to use the serializer engine to serialize variables and XML element
nodes.
This class is provided in the
xml
C-Extension library; To use this class, import the
xml
package with:IMPORT xml
This class is a static class and does not have to be instantiated.
The status
variable is set to zero after a successful method call.