Details
-
Bug
-
Status: Resolved
-
P0
-
Resolution: Fixed
-
2.0.0
Description
The following code throws that the type descriptor is not serializable
SerializableCoder<T> coder = SerializableCoder.of(new TypeDescriptor<T>(){});
CoderProperties.ensureSerializable(coder);
This is a regression since 0.6.0 since the type descriptor was never serialized before.