Files
deb-python-pyvmomi/tests/test_serializer.py
Tianhao He 7927002ff7 Python3 fixes for SoapAdapter serializer.
1. Remove the encode() helper method since it doesn't provide encoding in python3 at all.
2. In order to workaround the leading 'b' literal after encoding in python3,
   we delay the encoding step and will encode the whole soap message instead of individual values.
3. Added separate cases to handle Enum, integer and float to make the serializtion process more clear.
2016-03-18 09:52:56 -07:00

2.6 KiB