Package advene :: Package model :: Package serializers :: Module advene_zip :: Class _Serializer
[hide private]
[frames] | no frames]

Class _Serializer

source code

object --+
         |
        _Serializer
Known Subclasses:

Instance Methods [hide private]
 
serialize(self)
Perform the actual serialization.
source code
 
__init__(self, package, file_, compression=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  _xml_serializer
Generic serializer implementation.
  mimetype = 'application/x-advene-bzp'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, package, file_, compression=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

_xml_serializer

Generic serializer implementation.

Note that the order chosen for XML elements (imports, tags, medias, resources, annotations, relations, views, queries, lists) is designed to limit the number of forward references, which makes the work of the parser more difficult. Forward references are nevetheless still possible in meta-data, tag associated to another tag, list containing another list

Value:
advene.model.serializers.advene_xml