public static interface Metadata.AsciiMarshaller<T>
| Modifier and Type | Method and Description |
|---|---|
T |
parseAsciiString(String serialized)
Parse a serialized metadata value from an ASCII string.
|
String |
toAsciiString(T value)
Serialize a metadata value to a ASCII string that contains only printable characters and
space.
|