Package tech.ytsaurus.core.rows
Class YTreeMapNodeSerializer
- java.lang.Object
-
- tech.ytsaurus.core.rows.YTreeMapNodeSerializer
-
- All Implemented Interfaces:
YTreeRowSerializer<tech.ytsaurus.ysontree.YTreeMapNode>
,YTreeSerializer<tech.ytsaurus.ysontree.YTreeMapNode>
public class YTreeMapNodeSerializer extends java.lang.Object implements YTreeRowSerializer<tech.ytsaurus.ysontree.YTreeMapNode>
-
-
Constructor Summary
Constructors Constructor Description YTreeMapNodeSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description tech.ytsaurus.ysontree.YTreeMapNode
deserialize(tech.ytsaurus.ysontree.YTreeNode node)
java.lang.Class<tech.ytsaurus.ysontree.YTreeMapNode>
getClazz()
tech.ytsaurus.typeinfo.TiType
getColumnValueType()
void
serialize(tech.ytsaurus.ysontree.YTreeMapNode obj, tech.ytsaurus.yson.YsonConsumer consumer)
void
serializeRow(tech.ytsaurus.ysontree.YTreeMapNode obj, tech.ytsaurus.yson.YsonConsumer consumer, boolean keyFieldsOnly, tech.ytsaurus.ysontree.YTreeMapNode compareWith)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface tech.ytsaurus.core.rows.YTreeSerializer
deserializationFieldsAreMandatory, deserializeForField, getFieldMap, serializeForField, uncheckedCast
-
-
-
-
Method Detail
-
serialize
public void serialize(tech.ytsaurus.ysontree.YTreeMapNode obj, tech.ytsaurus.yson.YsonConsumer consumer)
- Specified by:
serialize
in interfaceYTreeSerializer<tech.ytsaurus.ysontree.YTreeMapNode>
-
serializeRow
public void serializeRow(tech.ytsaurus.ysontree.YTreeMapNode obj, tech.ytsaurus.yson.YsonConsumer consumer, boolean keyFieldsOnly, tech.ytsaurus.ysontree.YTreeMapNode compareWith)
- Specified by:
serializeRow
in interfaceYTreeRowSerializer<tech.ytsaurus.ysontree.YTreeMapNode>
-
deserialize
public tech.ytsaurus.ysontree.YTreeMapNode deserialize(tech.ytsaurus.ysontree.YTreeNode node)
- Specified by:
deserialize
in interfaceYTreeSerializer<tech.ytsaurus.ysontree.YTreeMapNode>
-
getColumnValueType
public tech.ytsaurus.typeinfo.TiType getColumnValueType()
- Specified by:
getColumnValueType
in interfaceYTreeSerializer<tech.ytsaurus.ysontree.YTreeMapNode>
-
getClazz
public java.lang.Class<tech.ytsaurus.ysontree.YTreeMapNode> getClazz()
- Specified by:
getClazz
in interfaceYTreeSerializer<tech.ytsaurus.ysontree.YTreeMapNode>
-
-