public class StringSerializer extends Object implements Serializer<String,OutputStream>
Constructor and Description |
---|
StringSerializer() |
Modifier and Type | Method and Description |
---|---|
Accumulable<String> |
create(OutputStream arg)
Serialize a stream of objects.
|
public StringSerializer()
public Accumulable<String> create(OutputStream arg)
Serializer
create
in interface Serializer<String,OutputStream>
Copyright © 2016 The Apache Software Foundation. All rights reserved.