INADA Naoki
|
96bcd76f49
|
Packing ExtType and some cleanup
|
2013-10-20 20:28:32 +09:00 |
|
INADA Naoki
|
aa68c9b833
|
fallback: Support pack_ext_type.
|
2013-10-20 15:40:20 +09:00 |
|
Antonio Cuni
|
56dd1650a4
|
implement unpacking for all the fixtext formats
|
2013-10-19 17:27:16 +02:00 |
|
Antonio Cuni
|
985d4c1496
|
add a test for unpacking extended types
|
2013-10-19 11:34:28 +02:00 |
|
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 |
|