summaryrefslogtreecommitdiff
path: root/python/qpid/spec010.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/qpid/spec010.py')
-rw-r--r--python/qpid/spec010.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/qpid/spec010.py b/python/qpid/spec010.py
index 9a88b88169..2408d01f55 100644
--- a/python/qpid/spec010.py
+++ b/python/qpid/spec010.py
@@ -481,6 +481,7 @@ class Spec(Node):
ENCODINGS = {
unicode: direct("str16"),
str: map_str,
+ buffer: direct("vbin32"),
int: direct("int64"),
long: direct("int64"),
float: direct("float"),