java.lang.Object
org.apache.shardingsphere.db.protocol.mysql.packet.binlog.row.column.value.string.MySQLJsonBinlogProtocolValue
All Implemented Interfaces:
MySQLBinlogProtocolValue

public final class MySQLJsonBinlogProtocolValue extends Object implements MySQLBinlogProtocolValue
JSON type value of MySQL binlog protocol.

There are no detail document about JSON type in MySQL replication. Also no detail document in MariaDB. Decoding implementation is referred to MySQL source code.

See Also: