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

bson.BSONCodingContext.kt Maven / Gradle / Ivy

package com.github.fluidsonic.baku


interface BSONCodingContext {

	companion object {

		val empty = object : BSONCodingContext {}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy