Package org.apache.pulsar.functions.api
Interface SerDe<T>
-
- All Known Implementing Classes:
JavaSerDe
@Public @Stable public interface SerDe<T>An interface for serializer/deserializer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdeserialize(byte[] input)byte[]serialize(T input)
-