Class JavaSerDe
- java.lang.Object
-
- org.apache.pulsar.functions.api.utils.JavaSerDe
-
-
Constructor Summary
Constructors Constructor Description JavaSerDe()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
deserialize(byte[] data)
static JavaSerDe
of()
byte[]
serialize(java.lang.Object resultValue)
-
-
-
Method Detail
-
of
public static JavaSerDe of()
-
serialize
public byte[] serialize(java.lang.Object resultValue)
-
deserialize
public java.lang.Object deserialize(byte[] data)
- Specified by:
deserialize
in interfaceSerDe<java.lang.Object>
-
-