(rawBSONDocumentSerializer: StringAdd).self
(rawBSONDocumentSerializer: StringFormat).self
(rawBSONDocumentSerializer: ArrowAssoc[RawBSONDocumentSerializer[DocumentType]]).x
(Since version 2.10.0) Use leftOfArrow
instead
(rawBSONDocumentSerializer: Ensuring[RawBSONDocumentSerializer[DocumentType]]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
A typeclass that creates a raw BSON document contained in a ChannelBuffer from a
DocumentType
instance.The type of the instance that can be turned into a BSON document.