limscoder / amfast

An Adobe AMF serialization and RPC implementation for Python, written as a C extension for speed.
MIT License
5 stars 6 forks source link

Use class def references when encoding anonymous objects #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, each anonymous object has it's own class definition, but they
should use references.

Original issue reported on code.google.com by dthomp...@gmail.com on 12 Mar 2009 at 7:07

GoogleCodeExporter commented 9 years ago

Original comment by dthomp...@gmail.com on 12 Mar 2009 at 7:07

GoogleCodeExporter commented 9 years ago

Original comment by dthomp...@gmail.com on 17 Mar 2009 at 12:07