Antonio Cuni
|
5467515065
|
implement Packer.pack_extended_type also in the cython version of the code
|
2013-10-18 17:33:54 +02:00 |
|
Antonio Cuni
|
c727440ba5
|
automatically find the best format to encode extended types
|
2013-10-18 15:45:50 +02:00 |
|
Antonio Cuni
|
522c4bfc79
|
slightly change to API
|
2013-10-18 15:03:58 +02:00 |
|
Antonio Cuni
|
5529dfe596
|
kill some duplicate code from unpack/unpackb and move the logic to Unpacker.unpack_one. By doing this we no longer need to make the module-level pack/unpack parametric on the class, because they contain no logic at all
|
2013-10-18 14:38:52 +02:00 |
|
Antonio Cuni
|
d61097511a
|
add support for extended types: you can now pack/unpack custom python objects by subclassing Packer and Unpacker
|
2013-10-15 16:59:43 +02:00 |
|