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

codecs.basic.DoubleArrayJSONCodec.kt Maven / Gradle / Ivy

package com.github.fluidsonic.fluid.json


object DoubleArrayJSONCodec : AbstractJSONEncoderCodec() {

	override fun JSONEncoder.encode(value: DoubleArray) =
		writeList(value)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy