13.4. Python Data Types in Maps
The following table shows the data types that can be sent in a Python map message, and the corresponding data types that will be received by clients in Java or C++.
Python Data Type | | |
---|---|---|
bool | bool | boolean |
int | int64 | long |
long | int64 | long |
float | double | double |
unicode | string | java.lang.String |
uuid | qpid::types::Uuid | java.util.UUID |
dict | Variant::Map | java.util.Map |
list | Variant::List | java.util.List |