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

tech.ytsaurus.core.rows.YsonSerializable Maven / Gradle / Ivy

package tech.ytsaurus.core.rows;

import tech.ytsaurus.yson.YsonConsumer;
import tech.ytsaurus.ysontree.YTreeNode;

public interface YsonSerializable {
    void serialize(YsonConsumer consumer);

    void deserialize(YTreeNode node);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy