Merge pull request #24539 from smarterclayton/unify_stream_and_serial

Unify Streaming and normal Serializers
This commit is contained in:
Wojciech Tyczynski
2016-04-25 11:25:16 +02:00
35 changed files with 1169 additions and 350 deletions

View File

@@ -29,9 +29,6 @@ var Scheme = runtime.NewScheme()
// Codecs provides access to encoding and decoding for the scheme
var Codecs = serializer.NewCodecFactory(Scheme)
// StreamCodecs provides access to streaming encoding and decoding for the scheme
var StreamCodecs = serializer.NewStreamingCodecFactory(Scheme)
// GroupName is the group name use in this package
const GroupName = ""