Interface PayloadSerializerProvider
- All Superinterfaces:
Providers.Identifyable
- All Known Implementing Classes:
AvroPayloadSerializerProvider,JsonPayloadSerializerProvider,ProtoPayloadSerializerProvider,ThriftPayloadSerializerProvider
-
Method Summary
Modifier and TypeMethodDescriptiongetSerializer(Schema schema, Map<String, Object> tableParams) Get a PayloadSerializer.Methods inherited from interface org.apache.beam.sdk.schemas.io.Providers.Identifyable
identifier
-
Method Details
-
getSerializer
Get a PayloadSerializer.- Parameters:
schema- the schema of the payloadtableParams- parameters passed at table declaration time for configuring the serializer
-