Class StdArraySerializers.CharArraySerializer

  • All Implemented Interfaces:
    SchemaAware
    Enclosing class:
    StdArraySerializers

    public static final class StdArraySerializers.CharArraySerializer
    extends SerializerBase<char[]>
    Character arrays are different from other integral number arrays in that they are most likely to be textual data, and should be written as Strings, not arrays of entries.

    NOTE: since it is NOT serialized as an array, can not use AsArraySerializer as base