Skip to content

Commit

Permalink
Merge pull request #167 from hammer/patch-1
Browse files Browse the repository at this point in the history
Update README to include bijection-avro
  • Loading branch information
ianoc committed May 4, 2014
2 parents 39f3fd2 + 79312be commit 05bac6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Bijection implicitly supplies Bijections between:

* all numeric types <-> their boxed java counterparts
* containers/primitives <-> Json (Injections via bijection-json)
* thrift/protobuf <-> Array[Byte] (Injections via bijection-protobuf/bijection-thrift)
* thrift/protobuf/avro <-> Array[Byte] (Injections via bijection-protobuf/bijection-thrift/bijection-avro)
* all numeric types <-> big-endian `Array[Byte]` encodings (Injections)
* all numeric types <-> String (Injections)
* Bijections for all `asScala`, `asJava` pairs provided by [scala.collection.JavaConverters](http://www.scala-lang.org/api/current/scala/collection/JavaConverters$.html)
Expand Down

0 comments on commit 05bac6c

Please sign in to comment.