Serializer for String values.
Serialization is identity; deserialization calls toString() on any raw value.
toString()
1.0
Converts a raw storage value back into the typed representation.
Converts a typed value into a raw form suitable for storage (e.g. a string, number, or map).