Home | Trees | Indices | Help |
|
---|
|
Encodes an AMF3 data stream.
|
|||
type or types.ClassType
|
context_class Holds the class that will create context objects for the implementing Encoder .
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
list
|
type_map =
A list of types -> functions. |
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Writes the data.
|
Writes the data type to the stream.
See Also: ACTIONSCRIPT_TYPES |
Functions cannot be serialised.
|
Writes an
|
Writes a
|
Writes a Boolean to the stream.
|
AMF3 integers are encoded.
See Also: Parsing Integers on OSFlash for more info. |
Writes an integer to the stream.
|
Writes a non integer to the stream.
|
Writes a raw string to the stream.
|
Writes a string to the stream. If
|
Writes a
|
Writes a
|
Writes a
|
Read class definition.
|
Writes an object to the stream.
|
Writes a ByteArray to the data stream. |
Writes a XML string to the data stream.
|
|
type_mapA list of types -> functions. The types is a list of possible instances or functions to call (that return abool ) to
determine the correct function to call to encode the data.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 20 21:36:15 2009 | http://epydoc.sourceforge.net |