Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
  • PyFlink DataFrame
  • PyFlink Common
    • Config
    • Serializer
    • Job Information
    • Serializer
    • Time
  • API Reference
  • PyFlink Common
  • Serializer
  • pyflink.common.serializer.TypeSerializer

pyflink.common.serializer.TypeSerializer#

class TypeSerializer[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

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.