SimpleStringSchema
instead.@PublicEvolving @Deprecated public class SimpleStringSchema extends SimpleStringSchema implements SerializationSchema<String>, DeserializationSchema<String>
By default, the serializer uses "UTF-8" for string/byte conversion.
SerializationSchema.InitializationContext
DeserializationSchema.InitializationContext
Constructor and Description |
---|
SimpleStringSchema()
Deprecated.
|
SimpleStringSchema(Charset charset)
Deprecated.
Creates a new SimpleStringSchema that uses the given charset to convert between strings and
bytes.
|
deserialize, getCharset, getProducedType, isEndOfStream, serialize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
serialize
open
deserialize, isEndOfStream
deserialize, open
getProducedType
public SimpleStringSchema()
public SimpleStringSchema(Charset charset)
charset
- The charset to use to convert between strings and bytes.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.