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

uidsonic.fluid-json-coding.0.9.14.source-code.JSONCodingContext.kt Maven / Gradle / Ivy

There is a newer version: 0.9.24
Show newest version
package com.github.fluidsonic.fluid.json


interface JSONCodingContext {

	companion object {

		val empty = object : JSONCodingContext {}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy