Created
December 17, 2013 23:40
-
-
Save ctcarrier/8014839 to your computer and use it in GitHub Desktop.
User of ReactiveMongo macros
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com | |
import reactivemongo.bson.{Macros, BSONDocument, BSONDocumentReader} | |
import com.blrest.model.{FlickrData, ImageMeta} | |
/** | |
* Created by ccarrier for bl-rest. | |
* at 3:19 PM on 12/15/13 | |
*/ | |
package object blrest { | |
implicit val flickrHandler = Macros.handler[FlickrData] | |
implicit val imageMetaHandler = Macros.handler[ImageMeta] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment