All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.jeroenr.bson.element.BsonBinary.scala Maven / Gradle / Ivy

The newest version!
package com.github.jeroenr.bson.element

import com.github.jeroenr.bson.Implicits.BsonValueBinary

case class BsonBinary(name: String, value: BsonValueBinary) extends BsonElement {
  val code: Byte = 0x05
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy