T
- record type that the format produces or consumes.SerializationFormatFactory
, used in the
new sink/source stack. See FLIP-95 for more information.@Deprecated @PublicEvolving public interface SerializationSchemaFactory<T> extends TableFormatFactory<T>
SerializationSchema
.Modifier and Type | Method and Description |
---|---|
org.apache.flink.api.common.serialization.SerializationSchema<T> |
createSerializationSchema(Map<String,String> properties)
Deprecated.
Creates and configures a [[SerializationSchema]] using the given properties.
|
supportedProperties, supportsSchemaDerivation
requiredContext
org.apache.flink.api.common.serialization.SerializationSchema<T> createSerializationSchema(Map<String,String> properties)
properties
- normalized properties describing the formatCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.