| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The information about serialization or deserialization. | ||
| SerDeId | long | The ID of the serialization or deserialization information. | 123 |
| Name | string | The name of the serialization or deserialization information. | example |
| Parameters | object | The serialization or deserialization configuration parameter. | |
| string | The value of the parameter. | key:value | |
| SerializationLib | string | The library that is used for serialization. | org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe |