Interface YTreeRowSerializer<T>

  • All Superinterfaces:
    YTreeSerializer<T>
    All Known Implementing Classes:
    YTreeMapNodeSerializer

    @NonNullApi
    @NonNullFields
    public interface YTreeRowSerializer<T>
    extends YTreeSerializer<T>
    Serializer for T that can represent a table row. For example: YTreeMapNode or YTreeObject
    • Method Detail

      • serializeRow

        void serializeRow​(T obj,
                          tech.ytsaurus.yson.YsonConsumer consumer,
                          boolean keyFieldsOnly,
                          @Nullable
                          T compareWith)