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

templates.SerializerAPI.vm Maven / Gradle / Ivy

#* @vtlvariable name="ctx" type="org.kevoree.modeling.kotlin.generator.GenerationContext" *#
#* @vtlvariable name="helper" type="org.kevoree.modeling.kotlin.generator.ProcessorHelperClass" *#
package ${helper.fqn($ctx, $ctx.getBasePackageForUtilitiesGeneration())}.serializer

public trait ModelSerializer {

    fun serialize(oMS : Any,ostream : java.io.OutputStream)

    fun serialize(oMS : Any) : String?

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy