-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Hi, Great Library by the way. Works like a charm. However, I wanted to ask if in future releases you will support byte[]. The simple reason is that I use proto-buffers in all my wear projects. Reason is obvious, it is faster than Serializable or Parcelable and it is cross platform. I do have to send my messages as a byte[]. The only way I can do it with BusWear right now is by using the Object Parcelable approach, but this would defy the purpose of using protobuffers in the first place. I think it would be awesome if there would be byte [] support. One wouldn't need Parcelable anymore, instead protobuffers which are platform agnostic. What do you think?
Metadata
Metadata
Assignees
Labels
No labels