| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The serialization and deserialization information. | ||
| SerializationLib | string | The class name of the serialization library. | org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe |
| DeserializerClass | string | The name of the class used for deserialization. | org.apache.hadoop.hive.serde2.OpenCSVSerde |
| Parameters | object | Serialization-related parameters in key-value pairs. | { "serialization.format": "1" } |
| Description | string | The description of serialization. | "serialize" |
| SerdeType | string | The type of serialization. | 0 |
| SerializerClass | string | The name of class used for serialization. | org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe |
| Name | string | The name of serialization. | name |