Package tech.ytsaurus.core.rows
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
serializeRow(T obj, tech.ytsaurus.yson.YsonConsumer consumer, boolean keyFieldsOnly, T compareWith)
-
Methods inherited from interface tech.ytsaurus.core.rows.YTreeSerializer
deserializationFieldsAreMandatory, deserialize, deserializeForField, getClazz, getColumnValueType, getFieldMap, serialize, serializeForField, uncheckedCast
-
-