boswelja / WatchConnectionLib

An Android library to provide a shared API for multiple smartwatch platforms
Apache License 2.0
3 stars 0 forks source link

breaking: Type-safe data transfer #44

Closed boswelja closed 3 years ago

boswelja commented 3 years ago

This adds automatic serialize/deserialize support to the core MessageClient. Serialization is optional, and is set up via DataSerializer<T>

boswelja commented 3 years ago

Failing test doesn't appear to be related to this PR, merging