(rawBSONDocumentDeserializer: StringAdd).self
(rawBSONDocumentDeserializer: StringFormat).self
(rawBSONDocumentDeserializer: ArrowAssoc[RawBSONDocumentDeserializer[DocumentType]]).x
(Since version 2.10.0) Use leftOfArrow
instead
(rawBSONDocumentDeserializer: Ensuring[RawBSONDocumentDeserializer[DocumentType]]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
A typeclass that creates a
DocumentType
instance from a raw BSON document contained in a ChannelBuffer.The type of the instance to create.