Class StdArraySerializers.ByteArraySerializer

  • All Implemented Interfaces:
    SchemaAware
    Enclosing class:
    StdArraySerializers

    public static final class StdArraySerializers.ByteArraySerializer
    extends SerializerBase<byte[]>
    Unlike other integral number array serializers, we do not just print out byte values as numbers. Instead, we assume that it would make more sense to output content as base64 encoded bytes (using default base64 encoding).

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