ObjectIdSerializer

class ObjectIdSerializer extends Serializer[ObjectId]
trait Serializer[ObjectId]
class Object
trait Matchable
class Any

Value members

Concrete methods

def deserialize(format: Formats): PartialFunction[(TypeInfo, JValue), ObjectId]
def serialize(formats: Formats): PartialFunction[Any, JValue]