const go.uber.org/zap/zapcore.ArrayMarshalerType

4 uses

	go.uber.org/zap/zapcore (current package)
		field.go#L39: 	ArrayMarshalerType
		field.go#L118: 	case ArrayMarshalerType:
		field.go#L201: 	case ArrayMarshalerType, ObjectMarshalerType, ErrorType, ReflectType:

	go.uber.org/zap
		array.go#L34: 	return Field{Key: key, Type: zapcore.ArrayMarshalerType, Interface: val}