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

tech.ytsaurus.spyt.wrapper.cypress.YsonWriter.scala Maven / Gradle / Ivy

The newest version!
package tech.ytsaurus.spyt.wrapper.cypress

import tech.ytsaurus.ysontree.YTreeNode

trait YsonWriter[T] {
  def toYson(t: T): YTreeNode
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy