SimpleStringSchema instead.@PublicEvolving @Deprecated public class SimpleStringSchema extends org.apache.flink.api.common.serialization.SimpleStringSchema implements SerializationSchema<String>, DeserializationSchema<String>
By default, the serializer uses "UTF-8" for string/byte conversion.
| 构造器和说明 |
|---|
SimpleStringSchema()
已过时。
|
SimpleStringSchema(Charset charset)
已过时。
Creates a new SimpleStringSchema that uses the given charset to convert between strings and
bytes.
|
deserialize, getCharset, getProducedType, isEndOfStream, serializeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitserializedeserialize, isEndOfStreampublic 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.