Class SerdeUtils
java.lang.Object
org.apache.beam.runners.flink.translation.utils.SerdeUtils
Util methods to help with serialization / deserialization.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
deserializeObject
(byte[] serialized) static <T> org.apache.flink.core.io.SimpleVersionedSerializer
<T> static byte[]
serializeObject
(Object obj)
-
Method Details
-
serializeObject
- Throws:
IOException
-
deserializeObject
- Throws:
IOException
-
getNaiveObjectSerializer
public static <T> org.apache.flink.core.io.SimpleVersionedSerializer<T> getNaiveObjectSerializer()
-