Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
  • PyFlink Common
    • Config
    • Serializer
    • Job Information
    • Serializer

pyflink.common.serializer.TypeSerializer#

class TypeSerializer(*args, **kwds)[source]#

This interface describes the methods that are required for a data type to be handled by the Flink runtime. Specifically, this interface contains the serialization and deserialization methods.

Methods

deserialize(stream)

Returns a deserialized element from the input stream.

serialize(element, stream)

Serializes an element to the output stream.

previous

Serializer

next

pyflink.common.serializer.VoidNamespaceSerializer

On this page
  • TypeSerializer
Show Source

Created using Sphinx 5.3.0.