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
}