| Constructor and Description |
|---|
StringSchema() |
StringSchema(Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
String |
decode(byte[] bytes) |
byte[] |
encode(String message) |
SchemaInfo |
getSchemaInfo() |
static StringSchema |
utf8() |
public StringSchema()
public StringSchema(Charset charset)
public static StringSchema utf8()
public SchemaInfo getSchemaInfo()
getSchemaInfo in interface Schema<String>Copyright © 2017–2019 Apache Software Foundation. All rights reserved.