JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.apache.pulsar.functions.api
Interface SerDe<T>
@Public @Stable
public interface
SerDe<T>
An interface for serializer/deserializer.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
deserialize
(byte[] input)
byte[]
serialize
(
T
input)
Method Details
deserialize
T
deserialize
(byte[] input)
serialize
byte[]
serialize
(
T
input)