Skip to content

Instantly share code, notes, and snippets.

@mcveat
mcveat / JsBSONHandlers.scala
Last active December 18, 2015 22:59 — forked from nevang/JsBSONHandlers.scala
Supports spray 1.1-M8 and spray-json 1.2.5
import spray.json._
import reactivemongo.bson._
import scala.util.{ Try, Success, Failure }
import org.apache.commons.codec.binary.Hex
import org.joda.time.format.ISODateTimeFormat
import org.joda.time.{DateTime, DateTimeZone}
import java.nio.ByteBuffer
/**
* From https://gist.github.com/nevang/4690568