You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Sergiy Matusevych (JIRA)" <ji...@apache.org> on 2016/10/05 20:32:21 UTC

[jira] [Created] (REEF-1633) Create a static method to get the default serializer from Tang

Sergiy Matusevych created REEF-1633:
---------------------------------------

             Summary: Create a static method to get the default serializer from Tang
                 Key: REEF-1633
                 URL: https://issues.apache.org/jira/browse/REEF-1633
             Project: REEF
          Issue Type: Improvement
          Components: Tang
            Reporter: Sergiy Matusevych
            Assignee: Sergiy Matusevych
            Priority: Minor


We want to make our code serializer-agnostic. To that end, Tang should have a static method like {{Tang.getDefaultSerializer()}}

Since not every serializer is guaranteed to provide human-readable output, Tang should also have another static method for that. We should be able to print configuration without creating an injector. i.e. we need a static method like {{Tang.toString(Configuration config, boolean prettyPrint)}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)