josesamuel / remoter

Remoter - An alternative to Android AIDL for Android Remote IPC services using plain java interfaces
Apache License 2.0
84 stars 14 forks source link

Support binder arrays #2

Closed F43nd1r closed 5 years ago

F43nd1r commented 5 years ago

I was hitting the "Binder[] is not supported" in one of my projects, so I implemented the missing pieces.