Hide
Configuring serialization behavior through hard codes is deprecated, because you need to modify the codes when upgrading job version. You should configure this via options pipeline.serialization-config, pipeline.force-avro, pipeline.force-kryo, and pipeline.generic-types. Registration of instance-level serializer is deprecated, using class-level serializer instead.
Show
Configuring serialization behavior through hard codes is deprecated, because you need to modify the codes when upgrading job version. You should configure this via options pipeline.serialization-config, pipeline.force-avro, pipeline.force-kryo, and pipeline.generic-types. Registration of instance-level serializer is deprecated, using class-level serializer instead.