feat: add optimized parser for properties changed messages with service data (#124)

This commit is contained in:
J. Nick Koston
2022-10-29 10:33:27 -05:00
committed by GitHub
parent 0ad5395f7f
commit c8a945210a
3 changed files with 102 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ cdef class Unmarshaller:
cpdef read_boolean(self, object type_)
cdef bint _read_boolean(self)
cdef _read_boolean(self)
cpdef read_uint32_unpack(self, object type_)