Class StringSerializer

All Implemented Interfaces:
SchemaAware

public final class StringSerializer extends NonTypedScalarSerializerBase<String>
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)