appnexus / pyrobuf

A Cython alternative to Google's Python Protobuf library
Other
554 stars 76 forks source link

use base64 encoding for bytes type when serializing/deserializing to/… #116

Closed tburmeister closed 5 years ago

tburmeister commented 5 years ago

…from dict or json

Avoid errors because of invalid start bytes.