Interface SerializationSchema<T>

    • Method Detail

      • serialize

        byte[] serialize​(T element)
        Serializes the incoming element to a specified type.
        Parameters:
        element - The incoming element to be serialized
        Returns:
        The serialized element.