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

Add ability to map an entire class at once #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
User should be able to map and entire class at once, instead of having to map 
individual methods.

Original issue reported on code.google.com by dthomp...@gmail.com on 31 Mar 2010 at 4:03

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by dthomp...@gmail.com on 2 Apr 2010 at 1:42

GoogleCodeExporter commented 9 years ago
Added remoting.Target.mapObject to allow users to automatically map all methods 
of an 
object.

Original comment by dthomp...@gmail.com on 10 May 2010 at 7:08