Skip to content

Conversation

@kryptt
Copy link
Member

@kryptt kryptt commented Nov 1, 2014

This makes it unnecessary to make NOOP pickers such as:

  implicit def BSONValuePickler: BSONPickler[BSONValue] = new BSONPickler[BSONValue] {
    def pickle(doc: BSONValue): BSONValue = doc
    def unpickle(v: BSONValue, path: List[String]): String \/ BSONValue =
      typecheck[BSONValue](v, path)(identity)
  } 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants