serializer property

Serializer? serializer
final

Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.

Implementation

final Serializer? serializer;