You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the serialize and deserialize functions works only with zserio::BitBuffer abstraction. This might be inconvinient for users who work for example with STL vectors. Example:
Don't forget that each bit matters in Zserio and deserialization should always know exact number of bits. If not, then deserialization might possible read the rest bits in the last byte which does not belong to the stream.
Currently, the
serialize
anddeserialize
functions works only withzserio::BitBuffer
abstraction. This might be inconvinient for users who work for example with STL vectors. Example:Don't forget that each bit matters in Zserio and deserialization should always know exact number of bits. If not, then deserialization might possible read the rest bits in the last byte which does not belong to the stream.
Reported by @reinco.
The text was updated successfully, but these errors were encountered: