You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Luke Cwik (JIRA)" <ji...@apache.org> on 2017/05/12 00:53:04 UTC

[jira] [Created] (BEAM-2275) SerializableCoder fails to serialize when used with a generic type token

Luke Cwik created BEAM-2275:
-------------------------------

             Summary: SerializableCoder fails to serialize when used with a generic type token
                 Key: BEAM-2275
                 URL: https://issues.apache.org/jira/browse/BEAM-2275
             Project: Beam
          Issue Type: Bug
          Components: sdk-java-core
    Affects Versions: 2.0.0
            Reporter: Luke Cwik
            Assignee: Thomas Groh


The following code throws that the type descriptor is not serializable
{code}
SerializableCoder<T> coder = SerializableCoder.of(new TypeDescriptor<T>(){});
CoderProperties.ensureSerializable(coder);
{code}

This is a regression since 0.6.0 since the type descriptor was never serialized before.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)