All Implemented Interfaces:
JsonFormatVisitable, SchemaAware, Serializable

public final class StringSerializer extends StdScalarSerializer<Object>
This is the special serializer for regular Strings.

Since this is one of "native" types, no type information is ever included on serialization (unlike for most scalar types as of 1.5)

See Also: