Skip to content

Commit

Permalink
update README to reflect status of jackson MessageAdapter.Factory
Browse files Browse the repository at this point in the history
  • Loading branch information
neilg committed Oct 18, 2018
1 parent 952a151 commit 10b5565
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ implementation 'com.github.tinder.scarlet:scarlet:$latestVersion'
- [x] `moshi`
- [x] `gson`
- [x] `protobuf`
- [ ] `jackson`
- [x] `jackson`
- [ ] `simple-xml`

`StreamAdapter.Factory`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ internal class JacksonMessageAdapterTest {
@Receive
fun observeEvents(): Stream<Event>

@Send
fun sendString(message: String): Boolean

@Send
fun sendAnImplementation(impl: AnImplementation): Boolean

Expand Down

0 comments on commit 10b5565

Please sign in to comment.