Serializer constructor
Serializer({
- OrcSerDe? orcSerDe,
- ParquetSerDe? parquetSerDe,
Implementation
Serializer({
this.orcSerDe,
this.parquetSerDe,
});
Serializer({
this.orcSerDe,
this.parquetSerDe,
});