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

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

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

import com.github.jeroenr.bson.Implicits.BsonValueTimestamp

case class BsonTimestamp(name: String, value: BsonValueTimestamp) extends BsonElement {
  val code: Byte = 0x11
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy