@Documented
@Target(value=TYPE_USE)
@Retention(value=RUNTIME)
public @interface StringContentType
Flags a serializer indicating that byte[] contains String for both input and output.
This information can be used to at the state store, for example, to save serialized data as plain text.